1 write to Progress
Microsoft.Maui (1)
Animations\Animation.cs (1)
238 Progress = Easing.Ease(percent);
4 references to Progress
Microsoft.Maui (4)
Animations\Animation.cs (3)
231 /// Updates this animation by updating <see cref="Progress"/> and invoking <see cref="Step"/>. 239 Step?.Invoke(Progress); 379 if (Progress < 1.0)
Animations\LerpingAnimation.cs (1)
98 CurrentValue = Lerp.Calculate?.Invoke(StartValue, EndValue, Progress);