aboutsummaryrefslogtreecommitdiffstats
path: root/build/effect.json
diff options
context:
space:
mode:
authorRafael Xavier de Souza <rxaviers@gmail.com>2013-05-08 09:06:54 -0300
committerRafael Xavier de Souza <rxaviers@gmail.com>2013-06-22 11:37:37 -0300
commitd0c613d3a8db7bd44ce70c20e8dc55478699b3d0 (patch)
tree814da82dad7ef59450b42b6f3d8dda3cbfb3ff3b /build/effect.json
parent670f650b99103bcea779f8ad0428e05cb7e37053 (diff)
downloadjquery-ui-d0c613d3a8db7bd44ce70c20e8dc55478699b3d0.tar.gz
jquery-ui-d0c613d3a8db7bd44ce70c20e8dc55478699b3d0.zip
Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file.
Diffstat (limited to 'build/effect.json')
-rw-r--r--build/effect.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/effect.json b/build/effect.json
index 7119f85bc..07e047f03 100644
--- a/build/effect.json
+++ b/build/effect.json
@@ -23,15 +23,23 @@
"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 elemnt 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."
}