{I" class:ETI"ProcessedAsset;FI"logical_path;TI"jquery-ui/effect-slide.js;FI" pathname;TI"i/home/strzibny/.gem/ruby/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/effect-slide.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+˜rWI" length;TitI" digest;TI"%050c2285ff17ad4c5c2ae4b4723cc95e;FI" source;TI"t /*! * jQuery UI Effects Slide 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/slide-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.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(); } }); }; })); ;TI"dependency_digest;TI"%0ccba4523e7ae46232ebd2d919c028e6;FI"required_paths;T[I"c/home/strzibny/.gem/ruby/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/effect.js;FI"i/home/strzibny/.gem/ruby/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/effect-slide.js;FI"dependency_paths;T[{I" path;TI"i/home/strzibny/.gem/ruby/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/effect-slide.js;F@I"2016-07-08T11:30:00+02:00;T@I"%e5bb7e7119e54366aafc77eac0d6b6e6;F{@I"c/home/strzibny/.gem/ruby/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/effect.js;F@I"2016-07-08T11:30:00+02:00;T@I"%ef180c267381754f70937fbb7537d6ae;FI" _version;TI"%5dbb392182285b4042e11c847d2199ba;F