diff options
Diffstat (limited to 'ui/effect-puff.js')
-rw-r--r-- | ui/effect-puff.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-puff.js b/ui/effect-puff.js index 80d2c17e2..8ea6ded22 100644 --- a/ui/effect-puff.js +++ b/ui/effect-puff.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/puff-effect/ */ + +//>>label: Puff Effect +//>>group: Effects +//>>description: Creates a puff effect by scaling the element up and hiding it at the same time. +//>>docs: http://api.jqueryui.com/puff-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |