{I" class:ETI"ProcessedAsset;FI"logical_path;TI"jquery.ui.effect-drop.js;FI" pathname;TI"w/Users/tvd/.rvm/gems/ruby-2.0.0-p247/gems/jquery-ui-rails-3.0.1/vendor/assets/javascripts/jquery.ui.effect-drop.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+ÂoRI" length;TiÃI" digest;TI"%0c59568a42556d3479af5b9f000f5e59;FI" source;TI"Ã /*! * jQuery UI Effects Drop 1.9.2 * http://jqueryui.com * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/drop-effect/ * * Depends: * jquery.ui.effect.js */ (function( $, undefined ) { $.effects.effect.drop = function( o, done ) { var el = $( this ), props = [ "position", "top", "bottom", "left", "right", "opacity", "height", "width" ], mode = $.effects.setMode( el, o.mode || "hide" ), show = mode === "show", direction = o.direction || "left", ref = ( direction === "up" || direction === "down" ) ? "top" : "left", motion = ( direction === "up" || direction === "left" ) ? "pos" : "neg", animation = { opacity: show ? 1 : 0 }, distance; // Adjust $.effects.save( el, props ); el.show(); $.effects.createWrapper( el ); distance = o.distance || el[ ref === "top" ? "outerHeight": "outerWidth" ]( true ) / 2; if ( show ) { el .css( "opacity", 0 ) .css( ref, motion === "pos" ? -distance : distance ); } // Animation animation[ ref ] = ( show ? ( motion === "pos" ? "+=" : "-=" ) : ( motion === "pos" ? "-=" : "+=" ) ) + distance; // Animate el.animate( animation, { queue: false, duration: o.duration, easing: o.easing, complete: function() { if ( mode === "hide" ) { el.hide(); } $.effects.restore( el, props ); $.effects.removeWrapper( el ); done(); } }); }; })(jQuery); ;TI"dependency_digest;TI"%c5428eca6a308cc06a6b657990dcc076;FI"required_paths;T[I"r/Users/tvd/.rvm/gems/ruby-2.0.0-p247/gems/jquery-ui-rails-3.0.1/vendor/assets/javascripts/jquery.ui.effect.js;FI"w/Users/tvd/.rvm/gems/ruby-2.0.0-p247/gems/jquery-ui-rails-3.0.1/vendor/assets/javascripts/jquery.ui.effect-drop.js;FI"dependency_paths;T[{I" path;TI"w/Users/tvd/.rvm/gems/ruby-2.0.0-p247/gems/jquery-ui-rails-3.0.1/vendor/assets/javascripts/jquery.ui.effect-drop.js;FI" mtime;TI"2013-10-29T15:11:16+01:00;TI" digest;TI"%9e75556cba2fada24d28b7e9e3bbcdd9;F{I" path;TI"r/Users/tvd/.rvm/gems/ruby-2.0.0-p247/gems/jquery-ui-rails-3.0.1/vendor/assets/javascripts/jquery.ui.effect.js;FI" mtime;TI"2013-10-29T15:11:16+01:00;TI" digest;TI"%b9f3e0e5c6b6bd39aeb0c2896c595f39;FI" _version;TI"%ad5851230fbdd4f8a862674697158df2;F