问题
I have a CSS3 transition which is smooth as silk in Chrome, but choppy in (the latest version of) Firefox
I know that I can force GPU acceleration on a DOM object in Chrome by setting -webkit-transform: translateZ(0); on it
Is there an equivalent style I can add to force GPU acceleration in Firefox?
回答1:
Firefox GPU-accelerates by default when it can. So there's nothing to "force" GPU acceleration: if it's possible, it's already done.
来源:https://stackoverflow.com/questions/9012753/is-there-a-firefox-equivalent-to-chromes-translatez0-to-force-gpu-accelera