bannertime / generator-bannertime

Yeoman generator to help build and manage HTML5 banner campaigns.
https://bannertime.github.io/
58 stars 35 forks source link

feat: scrub gsap timeline #82

Closed jasonbaciulis closed 7 years ago

jasonbaciulis commented 7 years ago

Added ScrubGSAPTimeline for timeline scrubbing on mouse move.

The way it works right now that you have to delete one line of code before production as it's not necessary. Additional script that is loaded in head is automatically removed when running gulp prod by gulp-remove-html. I couldn't figure how to access timeline from index.html. That way it would be possible to automatically remove that additional line of code as well.

pyramidium commented 7 years ago

👍