From 8a40b530aebc974e4c5b140d30f12573705b6c27 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 12 Jan 2013 21:20:41 +0100 Subject: added animation for packages --- module/web/static/js/utils/animations.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'module/web/static/js/utils') diff --git a/module/web/static/js/utils/animations.js b/module/web/static/js/utils/animations.js index a1ec5d5e1..aa48c6f00 100644 --- a/module/web/static/js/utils/animations.js +++ b/module/web/static/js/utils/animations.js @@ -1,14 +1,5 @@ define(['jquery', 'underscore', 'transit'], function(jQuery, _) { - // Overwrite common animations with transitions - jQuery.each({ - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" } - }, function(name, props) { - jQuery.fn[ name ] = function(speed, easing, callback) { - return this.transition(props, speed, easing, callback); - }; - }); // TODO: sloppy chaining // in functions not possible without previous out -- cgit v1.2.3