Animation
-
Configuration for an animation.
Declaration
Swift
public struct TMAnimation -
Style of transition to use for updates.
- progressive: Progress will transition smoothly, and interpolate between values.
- snap: Progress will transition between ranges when the mid-threshold is reached using animation.
- none: Progress will transition between ranges when the mid-threshold is reached without any animation.
Declaration
Swift
public enum TMTransitionStyle
View on GitHub
Install in Dash
Animation Reference