StartOffsetType
-
Cmn
value class StartOffsetType
This class defines the two types of StartOffset: StartOffsetType.Delay and StartOffsetType.FastForward. StartOffsetType.Delay delays the start of the animation, whereas StartOffsetType.FastForward starts the animation right away from a given play time in the animation.
| See also | |
|---|---|
repeatable |
|
infiniteRepeatable |
|
StartOffset |
Summary
Public companion properties |
||
|---|---|---|
StartOffsetType |
Delays the start of the animation. |
Cmn
|
StartOffsetType |
Fast forwards the animation to a given play time, and starts it immediately. |
Cmn
|
Public companion properties
FastForward
val FastForward: StartOffsetType
Fast forwards the animation to a given play time, and starts it immediately.