I use this library here http://louisremi.imtqy.com/jquery.transform.js/index.html
She writes styles without a prefix, how can it be evaporated so that she writes with the prefiues?
Example
So now:
transform: scale(2); And you need this:
-moz-transform: scale(2); -webkit-transform: scale(2); -o-transform: scale(2); -ms-transform: scale(2); transform: scale(2); Maybe there is some kind of setting?