{I" class:ETI"ProcessedAsset;FI"logical_path;TI" jquery-ui/effect-pulsate.js;FI" pathname;TI"x/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect-pulsate.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+ ¨TI" length;TiI" digest;TI"%d3387aed2de6260168f8223d15f90194;FI" source;TI" /*! * jQuery UI Effects Pulsate 1.11.2 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/pulsate-effect/ */ (function( factory ) { if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. define([ "jquery", "./effect" ], factory ); } else { // Browser globals factory( jQuery ); } }(function( $ ) { return $.effects.effect.pulsate = function( o, done ) { var elem = $( this ), mode = $.effects.setMode( elem, o.mode || "show" ), show = mode === "show", hide = mode === "hide", showhide = ( show || mode === "hide" ), // showing or hiding leaves of the "last" animation anims = ( ( o.times || 5 ) * 2 ) + ( showhide ? 1 : 0 ), duration = o.duration / anims, animateTo = 0, queue = elem.queue(), queuelen = queue.length, i; if ( show || !elem.is(":visible")) { elem.css( "opacity", 0 ).show(); animateTo = 1; } // anims - 1 opacity "toggles" for ( i = 1; i < anims; i++ ) { elem.animate({ opacity: animateTo }, duration, o.easing ); animateTo = 1 - animateTo; } elem.animate({ opacity: animateTo }, duration, o.easing); elem.queue(function() { if ( hide ) { elem.hide(); } done(); }); // We just queued up "anims" animations, we need to put them next in the queue if ( queuelen > 1 ) { queue.splice.apply( queue, [ 1, 0 ].concat( queue.splice( queuelen, anims + 1 ) ) ); } elem.dequeue(); }; })); ;TI"dependency_digest;TI"%a5b1bed68c770ebcb454334156726fbb;FI"required_paths;T[I"p/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect.js;FI"x/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect-pulsate.js;FI"dependency_paths;T[{I" path;TI"x/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect-pulsate.js;FI" mtime;TI"2014-12-13T23:28:38-06:00;TI" digest;TI"%17aa6ad9b69a4264681e36f3aeee079f;F{@I"p/Users/joebellus/.rvm/gems/ruby-2.1.1/gems/jquery-ui-rails-5.0.3/app/assets/javascripts/jquery-ui/effect.js;F@ I"2014-12-13T23:28:38-06:00;T@"I"%d285ba7281277cca41b8b6b16917ef61;FI" _version;TI"%883b724e06f474a3db2deee10c127ab9;F