Css Matrix vs Transform. Which is Faster?

2019-08-04 03:54发布

I've been looking on the web for a while and can't find an answer to my question, but hopefully the community knows.

Has anyone test css3 maxtrix compared to css3 transform? I'm using lots of transforms but I see libraries like famo.us and threejs using more of matrices. Is it possible that matrices just have a better performance yield?

1条回答
Emotional °昔
2楼-- · 2019-08-04 04:38

Matrix is more faster, but it has worse browser support:

http://jsperf.com/css-matrix-vs-transform-primitives

查看更多
登录 后发表回答