AnimationSetAnimator(IAnimationSetter, CustomAnimatorBase) Method

Note: This API is now obsolete.
Sets the value of the Animator attached property for a setter.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[ObsoleteAttribute("CustomAnimatorBase will be removed before 11.0, use InterpolatingAnimator<T>", 
	true)]
public static void SetAnimator(
	IAnimationSetter setter,
	CustomAnimatorBase value
)

Parameters

setter  IAnimationSetter
The animation setter.
value  CustomAnimatorBase
The property animator value.

See Also