aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effect-bounce.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/effect-bounce.js')
-rw-r--r--ui/effect-bounce.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-bounce.js b/ui/effect-bounce.js
index 250ef80bc..b2fa2c951 100644
--- a/ui/effect-bounce.js
+++ b/ui/effect-bounce.js
@@ -5,9 +5,14 @@
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- *
- * http://api.jqueryui.com/bounce-effect/
*/
+
+//>>label: Bounce Effect
+//>>group: Effects
+//>>description: Bounces an element horizontally or vertically n times.
+//>>docs: http://api.jqueryui.com/bounce-effect/
+//>>demos: http://jqueryui.com/effect/
+
(function( factory ) {
if ( typeof define === "function" && define.amd ) {