Functions
The following functions are available globally.
-
Groups the given animations into set of animation groups.
Declaration
func groupAnimationsByTiming(_ animations: Array) -> AnimationGroup
Parameters
animationsThe animations to group.
Return Value
The list of animation groups which collectively contain all the animations.