[]
Identifies the method of transition from one slide to another.
public enum SlideTransition
Name | Description |
---|---|
Fade | Fades the previous slide smoothly. |
None | Replaces slides immediately. |
PushFromBottom | Pushes the new slide from bottom to top. |
PushFromLeft | Pushes the new slide from left to right. |
PushFromRight | Pushes the new slide from right to left. |
PushFromTop | Pushes the new slide from top to bottom. |