I’ve released an update to Animator.js.
Highlights are:
- You can now specify the start and end states of an animation using CSS class names: no more style information in your JavaScript code! IMHO this makes it twice as useful as the last version.
AnimatorChainclass makes it easy to chain several animations together (thanks Lachlan Donald and Colin Snover for the idea)- No more dependency on Prototype.js, so users of other toolkits can use it freely.
- Useful new transitions: elastic, bouncy and Attack Decay Sustain Release.
- Bug fixes - styles can now have negative or fractional values
Thanks to all the people who wrote to me with suggestions and example of work you’ve done with Animator, keep them coming!