Class jQuery Transform-methods

Description of class.

Class Summary
Constructor Attributes Constructor Name and Description
<inner>  
jQuery Transform-methods(value)
Description of constructor.

Method Summary

Class Detail

<inner> jQuery Transform-methods(value)
Description of constructor.
Parameters:
value

Method Detail

  • <static> jQuery Transform-methods.decreaseWidth(px)
    Decrease the width of the given element.
    Parameters:
    {value} px
    The amount in pixels to decrease the width of the element.
  • <static> jQuery Transform-methods.getAnimationDuration()
    Returns the animation duration of the element
  • <static> jQuery Transform-methods.getHeight()
    Returns the height of the element
  • <static> jQuery Transform-methods.getRotationX()
    Returns the elements amount of rotation about the x-axis
  • <static> jQuery Transform-methods.getRotationY()
    Returns the elements amount of rotation about the y-axis
  • <static> jQuery Transform-methods.getRotationZ()
    Returns the elements amount of rotation about the z-axis
  • <static> jQuery Transform-methods.getScale()
    Returns the scale of the element
  • <static> jQuery Transform-methods.getWidth()
    Returns the width of the element
  • <static> jQuery Transform-methods.getX()
    Returns the x-axis position of the element
  • <static> jQuery Transform-methods.getY()
    Returns the y-axis position of the element
  • <static> jQuery Transform-methods.getZ()
    Returns the z-axis position of the element
  • <static> jQuery Transform-methods.increaseHeight(px)
    Increases the height of the given element.
    Parameters:
    {value} px
    The amount in pixels to increase the height of the element.
  • <static> jQuery Transform-methods.increaseWidth(px)
    Increases the width of the given element.
    Parameters:
    {value} px
    The amount in pixels to increase the width of the element.
  • <static> jQuery Transform-methods.rotateX(deg)
    Rotates the element along the x axis in addition to the current rotation.
    Parameters:
    {value} deg
    The degree of rotation along the x-axis
  • <static> jQuery Transform-methods.rotateXYZ(deg, deg, deg)
    Rotates the element along the x, y, and z-axis.
    Parameters:
    {x} deg
    The amount of rotation along x-axis.
    {y} deg
    The amount of rotation along y-axis.
    {z} deg
    The amount of rotation along z-axis.
  • <static> jQuery Transform-methods.rotateY(deg)
    Rotates the element along the y axis in addition to the current rotation.
    Parameters:
    {value} deg
    The degree of rotation along the y-axis
  • <static> jQuery Transform-methods.rotateZ(deg)
    Rotates the element along the z axis in addition to the current rotation.
    Parameters:
    {value} deg
    The degree of rotation along the z-axis
  • <static> jQuery Transform-methods.setAnimationDuration(The)
    Sets the animation duration of the given element.
    Parameters:
    {value} The
    animation duration for the given element.
  • <static> jQuery Transform-methods.setHeight(px)
    Sets the height of the given element.
    Parameters:
    {value} px
    The height of the element.
  • <static> jQuery Transform-methods.setRotationX(deg)
    Sets the amount of rotation of the x-axis.
    Parameters:
    {value} deg
    The amount of rotation along the x-axis.
  • <static> jQuery Transform-methods.setRotationXYZ(deg, deg, deg)
    Sets the amount of rotation along the x, y, and z-axis.
    Parameters:
    {x} deg
    The amount of rotation along the x-axis.
    {y} deg
    The amount of rotation along the y-axis.
    {z} deg
    The amount of rotation along the z-axis.
  • <static> jQuery Transform-methods.setRotationY(deg)
    Sets the amount of rotation of the y-axis.
    Parameters:
    {value} deg
    The amount of rotation along the y-axis.
  • <static> jQuery Transform-methods.setRotationZ(deg)
    Sets the amount of rotation of the z-axis.
    Parameters:
    {value} deg
    The amount of rotation along the z-axis.
  • <static> jQuery Transform-methods.setScale(The)
    Sets the scale of the given element.
    Parameters:
    {value} The
    scale of the given element.
  • <static> jQuery Transform-methods.setWidth(px)
    Sets the width of the given element.
    Parameters:
    {value} px
    The width of the element.
  • <static> jQuery Transform-methods.setX(px)
    Sets the elements x position.
    Parameters:
    {value} px
    The position along the x-axis to set the element.
  • <static> jQuery Transform-methods.setY(px)
    Sets the elements y position.
    Parameters:
    {value} px
    The position along the y-axis to set the element.
  • <static> jQuery Transform-methods.setZ(px)
    Sets the elements z position.
    Parameters:
    {value} px
    The position along the z-axis to set the element.
  • <static> jQuery Transform-methods.translateX(px)
    Translates the element along the x axis.
    Parameters:
    {value} px
    The amount to translate on the x-axis
  • <static> jQuery Transform-methods.translateXYZ(px, px, px)
    Translates the element along the x, y, and z-axis.
    Parameters:
    {x} px
    The amount of translation along x-axis.
    {y} px
    The amount of translation along y-axis.
    {z} px
    The amount of translation along z-axis.
  • <static> jQuery Transform-methods.translateY(px)
    Translates the element along the y axis.
    Parameters:
    {value} px
    The amount to translate on the y-axis
  • <static> jQuery Transform-methods.translateZ(px)
    Translates the element along the z axis.
    Parameters:
    {value} px
    The amount to translate on the z-axis