Followers

Wednesday 18 December 2013

jquery tricks shake the element in jquery


Description: Shakes the element multiple times, vertically or horizontally. shake direction (default: "left") Type: String A value of "left" or "right" will shake the element horizontally, and a value of "up" or "down" will shake the element vertically. The value specifies which direction the element should move along the axis for the first step of the effect. distance (default: 20) Type: Number Distance to shake. times (default: 3) Type: Integer Times to shake. Shake a div. shake demo

Click anywhere to shake the box.

No comments:

Post a Comment