{I" class:ETI"ProcessedAsset;FI"logical_path;TI" jquery.ui.effect-pulsate.js;FI" pathname;TI"|/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-pulsate.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+£ßµRI" length;TiaI" digest;TI"%6567b2f71a4e8e3aca8edb8c31adb42b;FI" source;TI"a /*! * jQuery UI Effects Pulsate 1.10.3 * http://jqueryui.com * * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/pulsate-effect/ * * Depends: * jquery.ui.effect.js */ (function( $, undefined ) { $.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(); }; })(jQuery); ;TI"dependency_digest;TI"%6db056f9df0b5ca731e991588a5faf8b;FI"required_paths;T[I"t/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect.js;FI"|/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-pulsate.js;FI"dependency_paths;T[{I" path;TI"|/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-pulsate.js;FI" mtime;TI"2013-12-21T13:36:19-05:00;TI" digest;TI"%09dd42203a84b4ec5bdb8405b66a4d60;F{I" path;TI"t/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect.js;FI" mtime;TI"2013-12-21T13:36:19-05:00;TI" digest;TI"%6dd67af3c6e796169c0a77f7de41ad2f;FI" _version;TI"%a56df69ef97ba4d9f1a23bf9b0add58a;F