diff options
Diffstat (limited to 'ui/effect-fade.js')
-rw-r--r-- | ui/effect-fade.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-fade.js b/ui/effect-fade.js index 1cfdd2f29..3bde7d6b9 100644 --- a/ui/effect-fade.js +++ b/ui/effect-fade.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/fade-effect/ */ + +//>>label: Fade Effect +//>>group: Effects +//>>description: Fades the element. +//>>docs: http://api.jqueryui.com/fade-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |