From 9899f80bfb6f2ec904cf0c33f3583d0358d515af Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sat, 16 Jun 2012 16:50:58 +0000 Subject: [PATCH] animate({...}, 0) -> css({...}) --- source/Ox.UI/js/Window/Layer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Window/Layer.js b/source/Ox.UI/js/Window/Layer.js index 80487170..2ab9ac7e 100644 --- a/source/Ox.UI/js/Window/Layer.js +++ b/source/Ox.UI/js/Window/Layer.js @@ -28,7 +28,7 @@ Ox.Layer = function(options, self) { } function mousedown() { - that.stop().animate({opacity: 0.5}, 0); + that.stop().css({opacity: 0.5}); } function mouseup() {