animate({...}, 0) -> css({...})
This commit is contained in:
parent
3fc8a47bf4
commit
9899f80bfb
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue