diff options
Diffstat (limited to 'ui/effect-fold.js')
-rw-r--r-- | ui/effect-fold.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-fold.js b/ui/effect-fold.js index 9c35981e0..7776f3cc6 100644 --- a/ui/effect-fold.js +++ b/ui/effect-fold.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/fold-effect/ */ + +//>>label: Fold Effect +//>>group: Effects +//>>description: Folds an element first horizontally and then vertically. +//>>docs: http://api.jqueryui.com/fold-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |