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

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