|
It extends the jQuery-native $.animate() function by adding detection features to it.
So when an animation needs to be run, it first checks if the browser can handle it via CSS3, converts it to the appropriate CSS3 code and runs the rest via jQuery.
A demo is included with the download package.
Here are some key features of "jquery.animate-enhanced plugin":
Properties supported:
· left/right - using translate(x, y) or translate3d(x, y, z)
· top/bottom - using translate(x, y) or translate3d(x, y, z)
· opacity
· width
· height
Requirements:
· JavaScript enabled on client side
· jQuery 1.3.2 or higher
What's New in This Release: [ read full changelog ]
· Checking for ownerDocument before using getComputedStyle.
Via: jquery.animate-enhanced plugin 0.98
0 Comment:
Post a Comment