Skip to content

Conversation

@chriadam
Copy link
Contributor

A page will be visible for some time after it is no longer the current page in the page stack (i.e. during its transition-out animation).

Contributes to issue #853

A page will be visible for some time after it is no longer the
current page in the page stack (i.e. during its transition-out
animation).

Contributes to issue #853
readonly property bool defaultAnimationEnabled: !!Global.mainView && Global.mainView.allowPageAnimations
&& !Global.mainView.screenIsBlanked
property bool animationEnabled: defaultAnimationEnabled && isCurrentPage
property bool animationEnabled: defaultAnimationEnabled && visible
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If visible remains true during this phase then this would indeed work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants