diff options
Diffstat (limited to 'build/effect.json')
-rw-r--r-- | build/effect.json | 8 |
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." } |