forked from 0x2620/oxjs
add -ms css prefix, move declaration without prefix to end
This commit is contained in:
parent
4b0b11e3d4
commit
6548cf6841
5 changed files with 291 additions and 28 deletions
1
index.js
1
index.js
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue