diff options
Diffstat (limited to 'ui/effect-pulsate.js')
-rw-r--r-- | ui/effect-pulsate.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-pulsate.js b/ui/effect-pulsate.js index 9c6e65e35..0e82761a3 100644 --- a/ui/effect-pulsate.js +++ b/ui/effect-pulsate.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/pulsate-effect/ */ + +//>>label: Pulsate Effect +//>>group: Effects +//>>description: Pulsates an element n times by changing the opacity to zero and back. +//>>docs: http://api.jqueryui.com/pulsate-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |