diff options
Diffstat (limited to 'ui/effect-clip.js')
-rw-r--r-- | ui/effect-clip.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-clip.js b/ui/effect-clip.js index b53ff9b4e..6a07ad67d 100644 --- a/ui/effect-clip.js +++ b/ui/effect-clip.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/clip-effect/ */ + +//>>label: Clip Effect +//>>group: Effects +//>>description: Clips the element on and off like an old TV. +//>>docs: http://api.jqueryui.com/clip-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |