mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-15 18:38:16 +03:00
Merge commit 'd21ea7816e
' as 'jquery-ui'
This commit is contained in:
commit
e904a80717
629 changed files with 341074 additions and 0 deletions
46
jquery-ui/build/effect.json
Normal file
46
jquery-ui/build/effect.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"blind": {
|
||||
"description": "Blinds the element."
|
||||
},
|
||||
"bounce": {
|
||||
"description": "Bounces an element horizontally or vertically n times."
|
||||
},
|
||||
"clip": {
|
||||
"description": "Clips the element on and off like an old TV."
|
||||
},
|
||||
"drop": {
|
||||
"description": "Moves an element in one direction and hides it at the same time."
|
||||
},
|
||||
"explode": {
|
||||
"description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness."
|
||||
},
|
||||
"fade": {
|
||||
"description": "Fades an element."
|
||||
},
|
||||
"fold": {
|
||||
"description": "Folds an element first horizontally and then vertically."
|
||||
},
|
||||
"highlight": {
|
||||
"description": "Highlights the background of an element in a defined color for a custom duration."
|
||||
},
|
||||
"puff": {
|
||||
"dependencies": [ "effect-scale" ],
|
||||
"description": "Creates a puff effect by scaling the element up and hiding it at the same time."
|
||||
},
|
||||
"pulsate": {
|
||||
"description": "Pulsates an element n times by changing the opacity to zero and back."
|
||||
},
|
||||
"scale": {
|
||||
"dependencies": [ "effect-size" ],
|
||||
"description": "Grows or shrinks an element and its content. Restores an element to its original size."
|
||||
},
|
||||
"shake": {
|
||||
"description": "Shakes an element horizontally or vertically n times."
|
||||
},
|
||||
"size": {
|
||||
"description": "Resize an element to a specified width and height."
|
||||
},
|
||||
"slide": {
|
||||
"description": "Slides an element in and out of the viewport."
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue