SkidX / tweene

JavaScript Animation Proxy
http://tweene.com
Artistic License 2.0
353 stars 29 forks source link

Working with timeline from GSAP #8

Open Djules opened 9 years ago

Djules commented 9 years ago

I was using your awesome library successfully until I want to switch the driver from Velocity to GSAP.

I am using both tweens and timelines but the timeScale method no longer works on a timeline since then (it does nothing).

Should I load the TimelineLite library from GSAP as well ?

SkidX commented 9 years ago

Hi Djules, first of all thanks for your appreciation, I'm glad you like it, and sorry for the late answer, I'm just a little bit busy on work in this period.

About your question, TimelineLite / Max is required but if everything works well with the exclusion of timeScale method, then it's not a problem of missing library. Could you please put a demo / example online (eventually on Codepen) or put here a code excerpt in order to reproduce the issue?

Thanks.