RsD0p9BK
4/19/2016 - 11:30 AM

from http://stackoverflow.com/questions/10814178/css-performance-relative-to-translatez0

* {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}