Skip to content

maryisbusy/gsap-timeline-scrubber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

GSAP Timeline Scrubber

Inject a scrubber for testing GSAP animation timelines

Installation: include <script src="timeline-scrubber.js"></script> in your file before any code or scripts that will call it.

Usage: TimelineScrubber.init( timeline [, label] );

Example:

var myTimeline = new TimelineLite();
TimelineScrubber.init(myTimeline, "My Animation");

About

Inject a scrubber for testing GSAP animation timelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published