animate({...}, 0) -> css({...})

This commit is contained in:
rlx 2012-06-16 16:50:58 +00:00
parent 3fc8a47bf4
commit 9899f80bfb

View file

@ -28,7 +28,7 @@ Ox.Layer = function(options, self) {
} }
function mousedown() { function mousedown() {
that.stop().animate({opacity: 0.5}, 0); that.stop().css({opacity: 0.5});
} }
function mouseup() { function mouseup() {