{I" class:ETI"ProcessedAsset;FI"logical_path;TI"jquery.ui.effect-slide.js;FI" pathname;TI"t/home/lukas/.rvm/gems/ruby-2.0.0-p0/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-slide.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+OýySI" length;TiÃI" digest;TI"%cff60538c3ba7c3df1eb0a230955e71b;FI" source;TI"Ã /*! * jQuery UI Effects Slide 1.10.4 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/slide-effect/ * * Depends: * jquery.ui.effect.js */ (function( $, undefined ) { $.effects.effect.slide = function( o, done ) { // Create element var el = $( this ), props = [ "position", "top", "bottom", "left", "right", "width", "height" ], mode = $.effects.setMode( el, o.mode || "show" ), show = mode === "show", direction = o.direction || "left", ref = (direction === "up" || direction === "down") ? "top" : "left", positiveMotion = (direction === "up" || direction === "left"), distance, animation = {}; // Adjust $.effects.save( el, props ); el.show(); distance = o.distance || el[ ref === "top" ? "outerHeight" : "outerWidth" ]( true ); $.effects.createWrapper( el ).css({ overflow: "hidden" }); if ( show ) { el.css( ref, positiveMotion ? (isNaN(distance) ? "-" + distance : -distance) : distance ); } // Animation animation[ ref ] = ( show ? ( positiveMotion ? "+=" : "-=") : ( positiveMotion ? "-=" : "+=")) + 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"%f579dbb658e521f33aac99d21adcbb7c;FI"required_paths;T[I"n/home/lukas/.rvm/gems/ruby-2.0.0-p0/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect.js;FI"t/home/lukas/.rvm/gems/ruby-2.0.0-p0/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-slide.js;FI"dependency_paths;T[{I" path;TI"t/home/lukas/.rvm/gems/ruby-2.0.0-p0/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-slide.js;FI" mtime;TI"2014-05-19T14:47:11+02:00;TI" digest;TI"%68bb1745acafbdce0fb33664337595ee;F{I" path;TI"n/home/lukas/.rvm/gems/ruby-2.0.0-p0/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect.js;FI" mtime;TI"2014-05-19T14:47:11+02:00;TI" digest;TI"%eb93e4490b33c34bf341c7c9caf2f0be;FI" _version;TI"%a56df69ef97ba4d9f1a23bf9b0add58a;F