Share via


ISCNAnimatable.RemoveAnimationUsingBlendOutDuration(NSString, NFloat) Method

Definition

Removes the specified animation, blending it out over the specified duration.

[Foundation.Export("removeAnimationForKey:blendOutDuration:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAnimationUsingBlendOutDuration(Foundation.NSString key, System.Runtime.InteropServices.NFloat blendOutDuration);
[<Foundation.Export("removeAnimationForKey:blendOutDuration:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAnimationUsingBlendOutDuration : Foundation.NSString * System.Runtime.InteropServices.NFloat -> unit
override this.RemoveAnimationUsingBlendOutDuration : Foundation.NSString * System.Runtime.InteropServices.NFloat -> unit

Parameters

key
NSString

The key for the animation to remove.

blendOutDuration
NFloat

The duration, in seconds, over which to blend the animation out.

Attributes

Applies to