diff options
Diffstat (limited to 'ui/effect-scale.js')
-rw-r--r-- | ui/effect-scale.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-scale.js b/ui/effect-scale.js index f5a842c47..e2e1c0b50 100644 --- a/ui/effect-scale.js +++ b/ui/effect-scale.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/scale-effect/ */ + +//>>label: Scale Effect +//>>group: Effects +//>>description: Grows or shrinks an element and its content. Restores an element to its original size. +//>>docs: http://api.jqueryui.com/scale-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |