Comment on Donatello, a pure CSS drawing libraryparentComments−rjett014yYou can hardware accelerate 2D transforms on iOS. You just do a -webkit-transform: translateZ(0); and it puts the element in the compositing layer.−ryanpetrich14yYes, that is a 3D transform.
Comments
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.
Yes, that is a 3D transform.