1
0
Fork 0
forked from 0x2620/oxjs

add -ms css prefix, move declaration without prefix to end

This commit is contained in:
j 2013-08-08 14:21:44 +02:00
commit 6548cf6841
5 changed files with 291 additions and 28 deletions

View file

@ -365,6 +365,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
loadingIcon.style.MSTransform = css;
loadingIcon.style.OTransform = css;
loadingIcon.style.WebkitTransform = css;
loadingIcon.style.transform = css;
} else {
clearInterval(interval);
}