Looks like scaling and will-change issues have been fixed in v59 of Chrome. No more rasterization at a low scale, or jumping at the end of a transform.      See the Pen 23844633e55bacc7ca1ae1b23d51911a?editors=0010 by osublake (@osublake) on CodePen     And using will-change can provide a nice performance boost. Compare the CPU usage between these two demos. In the demo above, you should notice the CPU rise as the image gets larger. Thi