- Broken up into two modules
Html.Animation
andHtml.Animation.Properties
. - True physics core added.
- Transitions between using springs and easing will engage this physics core and make things look natural.
- renamed original
forwardTo
toforwardToIndex
forwardTo
is now used to create a helper function that prepares effects and style updates for a single record. It is preferred over usingon
.set
is used to set a style immediately. Useful for settingdisplay:none
at the end of a fadeOut.- Improved interruption logic.
- Support for staggering animations.
- Support for springs.
forwardToAll
to animate every element in a list.- Support for stacking transforms.
- Support for color transitions
- Initial Release. Support for easing, delay, duration, keyframes.