Heim > Fragen und Antworten > Hauptteil
figure.team-blue:hover img{
opacity: 0;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
阿神2017-06-27 09:21:01
Using -webkit-transform: translate3d(0,0,0); will kick the GPU into action for the CSS transitions, making them smoother (higher FPS).大概是说使用硬件加速