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
|
|
@ -156,7 +156,8 @@ Ox.load.UI = function(options, callback) {
|
|||
element.css({
|
||||
MozTransform: 'rotate(' + deg + 'deg)',
|
||||
OTransform: 'rotate(' + deg + 'deg)',
|
||||
WebkitTransform: 'rotate(' + deg + 'deg)'
|
||||
WebkitTransform: 'rotate(' + deg + 'deg)',
|
||||
transform: 'rotate(' + deg + 'deg)'
|
||||
});
|
||||
}, 83);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue