1 write to CurrentValue
Microsoft.Maui (1)
Animations\LerpingAnimation.cs (1)
98 CurrentValue = Lerp.Calculate?.Invoke(StartValue, EndValue, Progress);
1 reference to CurrentValue
Microsoft.Maui (1)
Animations\LerpingAnimation.cs (1)
41 /// Gets or sets a callback that is invoked when <see cref="CurrentValue"/> is changed.