RegisterCustomAnimator<T, TAnimator> Method
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void RegisterCustomAnimator<T, TAnimator>()
where TAnimator : new(), InterpolatingAnimator<T>
Public Shared Sub RegisterCustomAnimator(Of T, TAnimator As {New, InterpolatingAnimator(Of T)})
static member RegisterCustomAnimator : unit -> unit when 'TAnimator : new() and InterpolatingAnimator<'T>