diff options
Diffstat (limited to 'ui/effect-shake.js')
-rw-r--r-- | ui/effect-shake.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-shake.js b/ui/effect-shake.js index 5e7c6aa4e..896d6f95e 100644 --- a/ui/effect-shake.js +++ b/ui/effect-shake.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/shake-effect/ */ + +//>>label: Shake Effect +//>>group: Effects +//>>description: Shakes an element horizontally or vertically n times. +//>>docs: http://api.jqueryui.com/shake-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |