CompositePageTransition.

Start(Visual, Visual, bool) Method

Summary

Starts the animation.
Namespace
Avalonia.Animation
Containing Type
CompositePageTransition

Syntax

public Task Start(Visual from, Visual to, bool forward)

Parameters

Name Type Description
from Visual The control that is being transitioned away from. May be null.
to Visual The control that is being transitioned to. May be null.
forward bool Defines the direction of the transition.

Return Value

Type Description
Task A Task that tracks the progress of the animation.