Search code examples
javascriptanimationyuiyui3

synchronized animations in YUI3?


Is it possible in yui3 to synchronize multiple animations so they progress together? Something similar to what is mentioned in the jquery 1.4 roadmap and demonstrated in this example http://ejohn.org/files/sync.


Solution

  • YUI3 doesn't officially support that, but you could do something pretty similar by subscribing to the tween event and modifying the values yourself.