forked from martinjlowm/AnimationGroup
-
Notifications
You must be signed in to change notification settings - Fork 0
Animation GetSmoothProgress
LaYt edited this page Oct 3, 2022
·
1 revision
Returns the progress of the animation (ignoring start and end delay). When using a generic Animation object to animate effects not handled by the built-in Animation subtypes, this method should be used for updating effects in the animation's OnUpdate handler, as it properly accounts for smoothing and delays managed by the Animation object.
Signature:
progress = Animation:GetSmoothProgress()
Returns:
-
progress- Progress of the animation: between 0.0 (at start) and 1.0 (at end) (number)