AppleCAAnimationGroup - UBogun/Xojo-iosLib GitHub Wiki

Inherits from AppleCAAnimation
Status: complete
Memoryleak test: very tiny leak

You use this implementation of CAAnimationGroup to group together single CAAnimations.
Please note the Events of the included animations will not fire but a single event for the group will.

##Constructors
Constructor(): Creates an empty CAAnimationGroup. Constructor (ParamArray myAnimations as AppleCAAnimation): Creates a new CAAnimationGroup and adds the CAAnimations you pass separated with commas to its Animations property.

Properties

Animations As AppleArray of AppleCAAnimation: The animations that are included in this group.