I'm trying to make use of the CSS will-change property instead of the translateZ(0) hack.
I understand that the property needs to be applied before the element changes. But my doubt is if it needs to be applied also while it is changing.
I'm interested in knowing if the property needs to be applied before and while the element is transitioning or only before.