This Timeline instance method returns the average percentage progress over all animations at any point during the animation.
// Obtain a Timeline instance and call progress()
timeline.progress();
None
Number
: A number between0
and1
, representing 0% and 100% respectively, of the timeline's average progress. Compare the Ani instance'sprogress()
method.