2012-07-06 00:11:52 +00:00
|
|
|
{
|
|
|
|
"blind": {
|
|
|
|
"description": "Blinds the element."
|
|
|
|
},
|
|
|
|
"bounce": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Bounces an element horizontally or vertically n times."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"clip": {
|
|
|
|
"description": "Clips the element on and off like an old TV."
|
|
|
|
},
|
|
|
|
"drop": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Moves an element in one direction and hides it at the same time."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"explode": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"fade": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Fades an element."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"fold": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Folds an element first horizontally and then vertically."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"highlight": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Highlights the background of an element in a defined color for a custom duration."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"pulsate": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Pulsates an element n times by changing the opacity to zero and back."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"scale": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Grows or shrinks an element and its content. Restores an elemnt to its original size."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"shake": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Shakes an element horizontally or vertically n times."
|
2012-07-06 00:11:52 +00:00
|
|
|
},
|
|
|
|
"slide": {
|
2012-07-11 12:59:03 +00:00
|
|
|
"description": "Slides an element in and out of the viewport."
|
2012-07-06 00:11:52 +00:00
|
|
|
}
|
|
|
|
}
|