{I" class:ETI"ProcessedAsset;FI"logical_path;TI"jquery-ui/effect-clip.js;FI" pathname;TI"h/home/strzibny/.gem/ruby/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/effect-clip.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+˜rWI" length;TipI" digest;TI"%459e5b415e2fd03c208acc01e973e05e;FI" source;TI"p /*! * jQuery UI Effects Clip 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/clip-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.clip = function( o, done ) { // Create element var el = $( this ), props = [ "position", "top", "bottom", "left", "right", "height", "width" ], mode = $.effects.setMode( el, o.mode || "hide" ), show = mode === "show", direction = o.direction || "vertical", vert = direction === "vertical", size = vert ? "height" : "width", position = vert ? "top" : "left", animation = {}, wrapper, animate, distance; // Save & Show $.effects.save( el, props ); el.show(); // Create Wrapper wrapper = $.effects.createWrapper( el ).css({ overflow: "hidden" }); animate = ( el[0].tagName === "IMG" ) ? wrapper : el; distance = animate[ size ](); // Shift if ( show ) { animate.css( size, 0 ); animate.css( position, distance / 2 ); } // Create Animation Object: animation[ size ] = show ? distance : 0; animation[ position ] = show ? 0 : distance / 2; // Animate animate.animate( animation, { queue: false, duration: o.duration, easing: o.easing, complete: function() { if ( !show ) { el.hide(); } $.effects.restore( el, props ); $.effects.removeWrapper( el ); done(); } }); }; })); ;TI"dependency_digest;TI"%bcb9e1a492c2ed5c0f2ff69b175b9bcc;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"h/home/strzibny/.gem/ruby/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/effect-clip.js;FI"dependency_paths;T[{I" path;TI"h/home/strzibny/.gem/ruby/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/effect-clip.js;F@I"2016-07-08T11:30:00+02:00;T@I"%2e726a5536a8b1d8d271630cb9b054b4;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