Animating the DOM in Javascript
The project has various demos designed to explore building components to support a custom animations with various animation engines over large sets of elements on non-linear paths.
You can read more about this these tests on my blog.
Demo Pages
- TweenLite Animation Test
- Animating SVG in jQuery - The Impulse Wave Example
- Managing Animation Sequences in jQuery
- Extending jQuery Animation - Custom Property "Size"
- jQuery Animation - Multiple Elements Simultaneously
- Path Interpolation Using Cubic Bezier and Control Point Estimation in Javascript
- Fireworks Celebration - CSS 3D Transforms and TweenLite Animations
- Javascript Physics - Creating an Explosion Effect
- Using TweenLite Timelines - The Impulse Wave Example Revisited
- Fireworks Celebration - Simulated 3D with Parallaxing and TweenLite Animations
- Javascript Physics - Using Easing to Animate Acceleration
- Bresenham's Algorithm Javascript Implementation Test