#include <kanzi/interop/autogen/ui/node/page_transition_collection_enums.hpp>
Public Types | |
| enum | AnimationTarget { PageIn , PageOut } |
| Defines target for animation. More... | |
| enum | Direction { Bidirectional , Unidirectional } |
| Enumeration that describes the direction of the transition. More... | |
Enumeration that describes the direction of the transition.
| Enumerator | |
|---|---|
| Bidirectional | Transition is two-way. |
| Unidirectional | Transition is one-way from source to target. |