JavaScript Animations, Part II: Final Thoughts - Doc JavaScript
A Final Word
In this column we enhanced our JavaScript animation library. All animations are currently based on real-time calculations, so you can embed an endless animation on your site.
The new animation engine also supports parallel consecutive animations. Furthermore, you can now animated nested elements. We introduced two main animation paths:
- A straight line (
slideBy()
andslideTo()
) - A circle (
circle()
)
If you would like to add another animation method to the library, be sure to let us know. We'd love to expand the library over time to make it even more useful. In this column we explained:
- How to create real-time animations.
- How to execute consecutive animations.
- How to create nested animations.
- How to overcome the resize/reload bug.
Created: May 21, 1998
Revised: May 21, 1998
URL: https://www.webreference.com/js/column19/final.html