jquery.transit v0.1.3 Release Notes

Release Date: 2012-02-14 // about 12 years ago
  • ๐Ÿ›  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)