Skip to main content

SetAnimator(IAnimationSetter, CustomAnimatorBase) Method

Obsolete.

CustomAnimatorBase will be removed before 11.0, use InterpolatingAnimator<T>

Sets the value of the Animator attached property for a setter.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[ObsoleteAttribute("CustomAnimatorBase will be removed before 11.0, use InterpolatingAnimator<T>", 
true)]
public static void SetAnimator(
IAnimationSetter setter,
CustomAnimatorBase value
)

Parameters

  IAnimationSetter
The animation setter.
  CustomAnimatorBase
The property animator value.

See Also

Reference

Animation Class
SetAnimator Overload
Avalonia.Animation Namespace