leeluolee/clip3d

[idea] Clip animate triangles with CSS transforms instead of morphing clip paths.

Opened this issue · 0 comments

Maybe you can create the triangles you need with clip path, but then use CSS transform:matrix3d() to move those polygons in 3D space. I have a feeling that might perform better than continuously morphing the clip path to make the triangles appear to be in 3D.