Skip to main content

resume

resume( ) : self

Resumes playing without altering direction (forward or reversed).

Returns : self

For easier chaining

Details

Resumes playing without altering direction (forward or reversed).

Note: if the Timeline's timeScale is exactly 0 when resume() is called, it will be changed to 1 (otherwise it wouldn't play). If you're going to tween it up from 0 you can set it to a very small number before calling resume() like tl.timeScale(tl.timeScale() || 0.001).resume() so that it doesn't jump to 1.