From d0c613d3a8db7bd44ce70c20e8dc55478699b3d0 Mon Sep 17 00:00:00 2001 From: Rafael Xavier de Souza Date: Wed, 8 May 2013 09:06:54 -0300 Subject: Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file. --- build/effect.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build') 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." } -- cgit v1.2.3