better vendors order
This commit is contained in:
parent
0b211ae77b
commit
f505ffab8f
|
@ -23,10 +23,10 @@
|
|||
}
|
||||
|
||||
function applyTransform(transform) {
|
||||
body.style.MozTransform = transform;
|
||||
body.style.WebkitTransform = transform;
|
||||
body.style.OTransform = transform;
|
||||
body.style.MozTransform = transform;
|
||||
body.style.msTransform = transform;
|
||||
body.style.OTransform = transform;
|
||||
body.style.transform = transform;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue