Blog search
Friday, 10 January 2014
JQUERY.TRANSFORMLIST : CSS3 TRANSFORM STYLES AND ANIMATIONS FOR JQUERY
jquery.transformlist is a Javascript plugin for jQuery to add support for styling and correctly animating CSS3 transforms that make use of multiple transform functions.
jquery.transformlist is not intended to provide animation between arbitrary transform styles – it doesn’t provide the matrix decomposition required for that task. Instead it aims to assist you in creating a transform list of several transform functions that are composited for a specific task, and then provides you with means to use
That’s a little unclear, so imagine you set up a “camera” transform list allowing you to adjust the X, Y, and Z of the focal point; and then the rotation around, elevation above or below, and distance from the focal point.
jquery.transformlist is not intended to provide animation between arbitrary transform styles – it doesn’t provide the matrix decomposition required for that task. Instead it aims to assist you in creating a transform list of several transform functions that are composited for a specific task, and then provides you with means to use
jQuery.animate()
between different sets of arguments for those transform functions.That’s a little unclear, so imagine you set up a “camera” transform list allowing you to adjust the X, Y, and Z of the focal point; and then the rotation around, elevation above or below, and distance from the focal point.
Subscribe to:
Post Comments (Atom)
0 Comments to “JQUERY.TRANSFORMLIST : CSS3 TRANSFORM STYLES AND ANIMATIONS FOR JQUERY”
Post a Comment