When animating/moving HTML elements, setting their position with -webkit-transform: matrix3d()
gives two to ten times faster frame rates compared to top
/left
or -webkit-transform: matrix()
. On mobile devices you can observe native app like performance with transform: matrix3d
.