Enum TransitionSequenceAnimation<TViewController, TContext>.Direction
The animation's direction. This is used by animators to determine the start and end values of their animations.
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public enum Direction
Fields
Name | Description |
---|---|
TransitionOffScreen | The animation is transitioning a view controller off-screen. |
TransitionOnScreen | The animation is transitioning a view controller on-screen. |