Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.32 KB

HISTORY.md

File metadata and controls

47 lines (36 loc) · 1.32 KB

v0.1.3 - Feb 14, 2012

Fixed:

  • 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)

Added:

  • Support Firefox 10 3D transitions. (#19)

Changed:

  • Allow disabling using the transitionEnd property. ($.transit.useTransitionEnd = true)
  • Use the more reliable timers by default. (useTransitionEnd now defaults to false)

v0.1.2 - Jan 24, 2012

Thanks to code contributors @ppcano, @jeduan, @steckel, @weotch, and everyone who reported issues.

Fixed:

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

Changed:

  • Make code compatible with jsHint. (#6)

v0.1.1 - Nov 18, 2011

Fixed:

  • Only animate what is needed (ie, don't use 'transition-property: all').

v0.1.0 - Nov 14, 2011

Initial official release.