Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 519 Bytes

progress.md

File metadata and controls

15 lines (11 loc) · 519 Bytes

progress()

This Timeline instance method returns the average percentage progress over all animations at any point during the animation.

Syntax

// Obtain a Timeline instance and call progress()
timeline.progress();

Parameters

None

Return

  • Number: A number between 0 and 1, representing 0% and 100% respectively, of the timeline's average progress. Compare the Ani instance's progress() method.