Summary
Starts the animation.
- Namespace
- Avalonia
.Animation - Containing Type
- PageSlide
Syntax
public Task Start(Visual from, Visual to, bool forward)
Parameters
Return Value
Type | Description |
---|---|
Task |
A Task that tracks the progress of the animation.
|