Dekko
Dekko::Controls::StackViewTransition Class Reference

Properties

string name
 
Item enterItem
 
Item exitItem
 
bool immediate
 

Detailed Description

Since
1.0

Definition at line 4 of file StackViewTransition.qml.

Inheritance diagram for Dekko::Controls::StackViewTransition:
[legend]
Collaboration diagram for Dekko::Controls::StackViewTransition:
[legend]

Property Documentation

◆ enterItem

Item Dekko::Controls::StackViewTransition::enterItem

The page that is transitioning in.

Definition at line 15 of file StackViewTransition.qml.

◆ exitItem

Item Dekko::Controls::StackViewTransition::exitItem

The page that is transitioning out

Definition at line 17 of file StackViewTransition.qml.

◆ immediate

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.

◆ name

string Dekko::Controls::StackViewTransition::name

The name of the animation that is running. Can be one of the following: \list

  • 'PushTransition'
  • 'PopTransition'
  • 'ReplaceTransition' \endlist

Definition at line 13 of file StackViewTransition.qml.


The documentation for this class was generated from the following file: