forked from 0x2620/pandora
minor change
This commit is contained in:
parent
dfe8b543f4
commit
32602a2c47
1 changed files with 1 additions and 1 deletions
|
@ -414,8 +414,8 @@ appPanel
|
|||
previousTime = currentTime;
|
||||
deg = Math.round((deg + delta * 360) % 360 / 30) * 30;
|
||||
css = 'rotate(' + deg + 'deg)';
|
||||
loadingIcon.style.OTransform = css;
|
||||
loadingIcon.style.MozTransform = css;
|
||||
loadingIcon.style.OTransform = css;
|
||||
loadingIcon.style.WebkitTransform = css;
|
||||
}, 83);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue