Solution: use perspective on the container of the element rather than transform-perspective on the element itself. Much faster, no more chop. You also need transform-style: preserve-3d on the child elements to make sure they are rendered as 3D.
Solution: use perspective on the container of the element rather than transform-perspective on the element itself. Much faster, no more chop. You also need transform-style: preserve-3d on the child elements to make sure they are rendered as 3D.