jquery.transit v0.9.9 Release Notes
Release Date: 2012-12-14 // almost 12 years ago-
๐ Many, many thanks to the many [contributors] who made this release happen! This ๐ is a pre-release of 1.0.
๐ Fixes and additions:
- Fix support for jQuery 1.8, IE 10, Firefox 16, Android Jellybean. ([#48], [#62], [#63], [#69], [#70], [#71], [#72], [#76], [#77], [#80], [#81], [#82], [#85], [#86], [#90], [#92], [#93])
- Compatibility with Twitter Bootstrap has been fixed. ([#67])
- Unprefixed CSS properties are now used if your browser supports them.
- Account for prefix-free transition end for Mozilla. ([#97])
- Callbacks should now be called even if duration is
0
. ([#37]) - Doing
.css('transition', 'transform 1s')
should now properly vendor-prefix 'transform'. ([#84]) - Added Penner easing splines. ([#44])
๐ Internal fixes:
- New test suite.
- In building the website, use
fl-rocco
instead ofdocco
. This removes the dependency. ([#50])