A basic look at dojo.Animation
Recently, I needed to animate rotation of an HTML button. I use the Dojo javascript library, which has some frameworks for animation. Unfortunately, the core framework, dojo.Animation isn't well documented. For example, if you look at: http://dojotoolkit.org/reference-guide/quickstart/Animation.html The documentation and examples are written …
more ...