Hacker News new | ask | show | jobs
by rjett0 5364 days ago
You can hardware accelerate 2D transforms on iOS. You just do a -webkit-transform: translateZ(0); and it puts the element in the compositing layer.
1 comments

Yes, that is a 3D transform.