|
Dekko
|
Properties | |
| string | name |
| Item | enterItem |
| Item | exitItem |
| bool | immediate |
Definition at line 4 of file StackViewTransition.qml.
| Item Dekko::Controls::StackViewTransition::enterItem |
The page that is transitioning in.
Definition at line 15 of file StackViewTransition.qml.
| Item Dekko::Controls::StackViewTransition::exitItem |
The page that is transitioning out
Definition at line 17 of file StackViewTransition.qml.
| bool Dekko::Controls::StackViewTransition::immediate |
Set to true if the transition is told to fast-forward directly to its end-state
Definition at line 20 of file StackViewTransition.qml.
| string Dekko::Controls::StackViewTransition::name |
The name of the animation that is running. Can be one of the following: \list
Definition at line 13 of file StackViewTransition.qml.