- 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.