Software Details:
Version: 1.0
Upload Date: 21 Jul 15
Distribution Type: Freeware
Downloads: 17
The plugin is composed by two different scripts:
- jquery.transition.js for writing animations using the native .animate() method of jQuery.
- jquery.hoverTransition.js for writing pure CSS3 Transitions triggered by :hover and :focus pseudo-classes.
For the first, modern browsers will run the animation using CSS3, all while older browsers will fallback to JS code when some CSS properties are not natively supported.
For the second script, in older browsers, the CSS will be translated to jQuery animations, provided that CSS conforms to simple rules.
Requirements:
- JavaScript enabled on client side
- jQuery
Limitations:
- Transitions are turned OFF under these circumstances:
- When the animated object is not an element
- When a special easing is used
- When a step function is used
Comments not found