properties | An object of CSS properties and values that the animation will move toward |
duration | (default: 400) A string or number determining how long the animation will run |
easing | (default: swing) A string indicating which easing function to use for the transition |
complete | A function to call once the animation is complete, called once per matched element. |
start | specifies a function to be executed when the animation begins. |
step | specifies a function to be executed for each step in the animation. |
queue | a Boolean value specifying whether or not to place the animation in the effects queue. |
progress | specifies a function to be executed after each step in the animation. |
done | specifies a function to be executed when the animation ends. |
fail | specifies a function to be executed if the animation fails to complete. |
specialEasing | a map of one or more CSS properties from the styles parameter, and their corresponding easing functions. |
always | specifies a function to be executed if the animation stops without completing. |