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

@ -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();
});