Many, many thanks to the many contributors who made this release happen! This is a pre-release of 1.0.
- 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)
- New test suite.
- In building the website, use
fl-rocco
instead ofdocco
. This removes the dependency. (#50)
- Fix JS error with undefined
next
function. (#21) - Using
delay: 0
now works. Closes (#20) - More robust checking of 3D transition support. (#19)
- Stop rotateX/rotateY/etc from stopping other transitions when it's not supported. (#15)
- Support Firefox 10 3D transitions. (#19)
- Allow disabling using the transitionEnd property.
(
$.transit.useTransitionEnd = true
) - Use the more reliable timers by default. (
useTransitionEnd
now defaults tofalse
)
Thanks to code contributors @ppcano, @jeduan, @steckel, @weotch, and everyone who reported issues.
- IE8 error about .indexOf. (#12, #8)
- Fix z-layer scaling in Safari. (#9, #10)
- Fix scale elements being unclickable in WebKits. (#9, #10)
- Fix support for
queue: false
. (#13) - Clean up transitions when done. (#14)
- Fix disappearing scaled elements in Chrome. (#11)
- Fix a bug where the default duration and easing can sometimes not be used.
- Make code compatible with jsHint. (#6)
- Only animate what is needed (ie, don't use 'transition-property: all').
Initial official release.