Nod

Submit a ticket My Tickets
Welcome
Login  Sign up

WebOS Performance

Any animation even on a canvas should have the parent element use the following CSS to force hardware acceleration.


Source

.container{
  -webkit-transform: scale3d(1,1,1);
  -webkit-transform: translateZ(0px);
}


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.