{I" class:ETI"ProcessedAsset;FI"logical_path;TI"jquery.ui.effect-slide.js;FI" pathname;TI"/home/gatis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-slide.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+1RI" length;TiI" digest;TI"%047cc524aa1345c7bace8bd2c7ba0926;FI" source;TI" /*! * jQuery UI Effects Slide 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/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"%46ff0b798060f53cdc32bb00a231ce92;FI"required_paths;T[I"{/home/gatis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect.js;FI"/home/gatis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-slide.js;FI"dependency_paths;T[{I" path;TI"/home/gatis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect-slide.js;FI" mtime;TI"2013-12-28T13:25:37+02:00;TI" digest;TI"%0ff0f5d89b92569a06bd33cfeb4e1a07;F{@I"{/home/gatis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/jquery-ui-rails-4.1.1/app/assets/javascripts/jquery.ui.effect.js;F@ I"2013-12-28T13:25:37+02:00;T@"I"%b21c214e0a8f18d607081dff8f3888b8;FI" _version;TI"%6229ed6797e26949add4ba7b22d94843;F