forked from 0x2620/oxjs
IE fixes
This commit is contained in:
parent
d83046460f
commit
eb9cd1e397
9 changed files with 34 additions and 9 deletions
|
|
@ -40,6 +40,7 @@ Ox.LoadingIcon = function(options, self) {
|
|||
css = 'rotate(' + deg + 'deg)';
|
||||
that.css({
|
||||
MozTransform: css,
|
||||
MsTransform: css,
|
||||
OTransform: css,
|
||||
WebkitTransform: css
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue