animationKeys()
Returns an array of strings that identify the animations currently attached to the layer.
Declaration
func animationKeys() -> [String]?Return Value
An array of NSString objects identifying the current animations.
Discussion
The order of the array matches the order in which animations will be applied to the layer.