|
KSStaggeredGroup
An action group that executes each child action in sequence after a short pause.
SummaryA Staggered group of actions will execute one after the other in a sequence however, the actions are separated by a specified time (e.g. 1 second) rather than the end of the previous action. Syntaxnew KSStaggeredGroup(stagger:*, ... children)
Related Links |
Sign in to add a comment
