Jump to content
Search Community

omnider

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by omnider

  1. cheers, I'll give it a go with the new updateTo
  2. Hi Carl, thanks for the effort you put into trying this. The thing with updateTo is, it resets the tween, because it's designed to create a seamless transition when changing attributes "on the fly". Obviously this is not the route to go when trying to change attributes on reverse ... or any tween you instance and use more than once for that matter (if I understand the concept of updateTo correctly). I was kind of hoping to find a workaround, which I actually did in my case by creating new instances of the timeline each time I want to reverse ... but there is a lot of checks involved and generally this solution doesn't seem clean to me. So I am still quite curious if there is a way to do it nicely
  3. Hi, I'm having difficulties changing an ease of TweenMax on the fly. I have a Timeline (TimeLineMax) with three TweenMax instances in it. I need to change ease of the middle one when I reverse the timeline. I tried various things but nothing worked(like updateTo, which resets the tween so it's no use). Is there any easy way to do it? Any ideas would by highly appreciated. cheers
×
×
  • Create New...