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
|
|
@ -48,7 +48,8 @@ Ox.LoadingIcon = function(options, self) {
|
|||
MozTransform: css,
|
||||
MsTransform: css,
|
||||
OTransform: css,
|
||||
WebkitTransform: css
|
||||
WebkitTransform: css,
|
||||
transform: css
|
||||
});
|
||||
}, 83);
|
||||
that.stopAnimation().animate({opacity: 1}, 250, function() {
|
||||
|
|
@ -74,7 +75,8 @@ Ox.LoadingIcon = function(options, self) {
|
|||
MozTransform: css,
|
||||
MsTransform: css,
|
||||
OTransform: css,
|
||||
WebkitTransform: css
|
||||
WebkitTransform: css,
|
||||
transform: css
|
||||
});
|
||||
callback && callback();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue