diff options
Diffstat (limited to 'ui/effect-slide.js')
-rw-r--r-- | ui/effect-slide.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-slide.js b/ui/effect-slide.js index 53e4b8357..ec1fec629 100644 --- a/ui/effect-slide.js +++ b/ui/effect-slide.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/slide-effect/ */ + +//>>label: Slide Effect +//>>group: Effects +//>>description: Slides an element in and out of the viewport. +//>>docs: http://api.jqueryui.com/slide-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |