Contents

animationKeys

An array containing the keys of all animations currently attached to the object.

Declaration

var animationKeys: [String] { get }

Discussion

This array contains all keys for which animations are attached to the object, or is empty if there are no attached animations. The ordering of animation keys in the array is arbitrary.

See Also

Managing Animations