IPageTransition Interface
Interface for animations that transition between two pages.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface IPageTransition
Public Interface IPageTransition
type IPageTransition = interface end
Methods
Start(Visual, Visual, Boolean, CancellationToken) | Starts the animation. |