ITransition.

Apply(Animatable, IClock, object, object) Method

Summary

Applies the transition to the specified Animatable.
Namespace
Avalonia.Animation
Containing Type
ITransition

Syntax

IDisposable Apply(Animatable control, IClock clock, object oldValue, object newValue)

Parameters

Name Type Description
control Animatable
clock IClock
oldValue object
newValue object

Return Value

Type Description
IDisposable