4 writes to Step
Microsoft.Maui (2)
Animations\Animation.cs (2)
36 Step = callback; 366 Step = null;
Microsoft.Maui.Controls (2)
Animation.cs (1)
37 Step = f => callback(transform(f));
AnimationExtensions.cs (1)
72 Step = step
3 references to Step
Microsoft.Maui (2)
Animations\Animation.cs (2)
231 /// Updates this animation by updating <see cref="Progress"/> and invoking <see cref="Step"/>. 239 Step?.Invoke(Progress);
Microsoft.Maui.Controls (1)
Animation.cs (1)
84 Step?.Invoke(Easing.Ease(f));