Shake effect using Jquery UI
Here we have given "shake " as effect. All other parameters are optionalTimes: (Optional) Number of times the element should shake, default value is 3
distance: (Optional) Distance in pixel the element has to travel , default value is 20
direction (Optional) It can take these values , default is 'left'. For the direction left and right the movement will be horizontal only but the first step of sake will change. Similarly for up direction the first step will go up in vertical movement. ( watch the DEMO )
'left' 'right' 'up' 'down' callback function: (Optional) We can use a callback function to execute once the shake effect is over
speed (Optional) It can take these values
'fast' 'slow' time in millseconds
Usually it is connected to Click event of a button, here button id is b1
We can add optional parameter times to manage number of time the effect should happen.
Similarly we can add distance in pixels
WE can add callback function to this, the function will display an alert window with message once the shake effect is over.
Here is the code with all optional values
This article is written by plus2net.com team.
|
Most Popular JQuery Scripts | |
1 | Two dependant list boxes |
2 | Calendar with Date Selection |
3 | Data change by Slider |
4 | Show & Hide element |