diff --git a/source/Ox.UI/Ox.UI.js b/source/Ox.UI/Ox.UI.js index c5c7ba1d..ed08b06f 100644 --- a/source/Ox.UI/Ox.UI.js +++ b/source/Ox.UI/Ox.UI.js @@ -135,6 +135,7 @@ Ox.load.UI = function(options, callback) { deg = (deg + 30) % 360; element.css({ MozTransform: 'rotate(' + deg + 'deg)', + OTransform: 'rotate(' + deg + 'deg)', WebkitTransform: 'rotate(' + deg + 'deg)' }); }, 83);