I've been reading the API documentation ( link ) and I've been looking Ways to use the equivalent of the will-change style ( link ) to improve the performance of the animations. I know that this style should be used very carefully but I am surprised that I can not find an equivalent in this API.
My question is, is there any way of suggesting to the browser what optimizations to perform in a similar way to will-change in CSS animations or the most I can hope for is to add a null offset with a 3D transformation to force the animation to be processed by the graphics card?