CALayer.AnimationForKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the animation associated with the key
.
[Foundation.Export("animationForKey:")]
public virtual CoreAnimation.CAAnimation AnimationForKey (string key);
abstract member AnimationForKey : string -> CoreAnimation.CAAnimation
override this.AnimationForKey : string -> CoreAnimation.CAAnimation
Parameters
- key
- String
The animation's identifier.
Returns
The CAAnimation associated with key
or null
if there is no such animation.
- Attributes