diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-16 08:50:00 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-16 08:50:00 -0400 |
commit | ac44afe4e864aec8e420d7f9ba806be45be1e833 (patch) | |
tree | a742e346cbafd61c5e8f83bbb736f2d14e3f6529 /build/effect.json | |
parent | 2e385a71e17138a95a9fd2c66049d51206e1e2f8 (diff) | |
download | jquery-ui-ac44afe4e864aec8e420d7f9ba806be45be1e833.tar.gz jquery-ui-ac44afe4e864aec8e420d7f9ba806be45be1e833.zip |
Manifest: Use existing data structure to infer categorization.
Diffstat (limited to 'build/effect.json')
-rw-r--r-- | build/effect.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/build/effect.json b/build/effect.json new file mode 100644 index 000000000..b35bbb371 --- /dev/null +++ b/build/effect.json @@ -0,0 +1,41 @@ +{ + "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." + }, + "pulsate": { + "description": "Pulsates an element n times by changing the opacity to zero and back." + }, + "scale": { + "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." + }, + "slide": { + "description": "Slides an element in and out of the viewport." + }, + "transfer": { + "description": "Displays a transfer effect from one element to another." + } +} |