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.
YUI3 doesn't officially support that, but you could do something pretty similar by subscribing to the tween event and modifying the values yourself.