6 writes to StartDelay
Microsoft.Maui (3)
Animations\Animation.cs (3)
32
StartDelay
= start;
141
animation.
StartDelay
= beginAt;
298
StartDelay
= StartDelay + Duration,
Microsoft.Maui.Controls (3)
Animation.cs (3)
56
animation.
StartDelay
= beginAt;
136
animation.
StartDelay
= beginAt;
154
child.
StartDelay
= beginAt;
5 references to StartDelay
Microsoft.Maui (4)
Animations\Animation.cs (4)
212
var start = CurrentTime -
StartDelay
;
214
if (CurrentTime <
StartDelay
)
271
Duration = reversed.
StartDelay
+ reversed.Duration,
298
StartDelay =
StartDelay
+ Duration,
Microsoft.Maui.Controls (1)
Animation.cs (1)
90
double val = Math.Max(0.0f, Math.Min(1.0f, (f - animation.
StartDelay
) / (animation.Duration)));