CALayer.RemoveAnimation(String) Method

Definition

Removes the specified animation from the layer.

[Foundation.Export("removeAnimationForKey:")]
public virtual void RemoveAnimation (string key);
abstract member RemoveAnimation : string -> unit
override this.RemoveAnimation : string -> unit

Parameters

key
String

The animation's identifier.

Attributes

Applies to