Jump to content
Search Community

shiyaz

Members
  • Posts

    2
  • Joined

  • Last visited

shiyaz's Achievements

1

Reputation

  1. Thank you Rodrigo, your solution worked for me. The key was to clear the styles in the animate in function and use opacity instead of autoAlpha. Thank you Jack, for pointing out the logical issues and your detailed clarifications. The example earlier didn't have the entire use case. I've updated the fiddle here: http://jsfiddle.net/shiyaz/khz8E/3/ The timeline could not be reused since i had to overwrite the TL for other animations. The reason for this is that all animations are controlled with the help of a common controller - hence the need overwrite the object. Once again, thank you both. Did i tell you?... this is an awesome library keep up the fantastic work.
  2. Hi, I have the need to reuse the timeline similar to the example discussed above. Please check the pseudo code here: http://jsfiddle.net/shiyaz/khz8E/1/ Please click the button twice to see the problem. I did try to invalidate, but the styles are not reset to initial condition. On clicking the button each time, it should behave like 'restart'. Kindly help. Warm Regards, Shiyaz
×
×
  • Create New...