diff options
Diffstat (limited to 'ui/effect-explode.js')
-rw-r--r-- | ui/effect-explode.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-explode.js b/ui/effect-explode.js index f89f88427..547c6787a 100644 --- a/ui/effect-explode.js +++ b/ui/effect-explode.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/explode-effect/ */ + +//>>label: Explode Effect +//>>group: Effects +//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness. +//>>docs: http://api.jqueryui.com/explode-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |