Fe-interview: [css] 第205天 使用css3做一个魔方旋转的效果

Created on 6 Nov 2019  ·  1Comment  ·  Source: haizlin/fe-interview

第205天 使用css3做一个魔方旋转的效果

我也要出题

css

Most helpful comment

看到这个问题,想到了我三年前兴起写的一个魔方: https://shfshanyue.github.io/react-rubic/

css 的代码在 这里

总的来说,用了一些 3D 效果的样式,如 translate3drotate3dperspectivetransform-style: preserve-3d; 等,感兴趣的可以去看看它的样式文件

>All comments

看到这个问题,想到了我三年前兴起写的一个魔方: https://shfshanyue.github.io/react-rubic/

css 的代码在 这里

总的来说,用了一些 3D 效果的样式,如 translate3drotate3dperspectivetransform-style: preserve-3d; 等,感兴趣的可以去看看它的样式文件

Was this page helpful?
0 / 5 - 0 ratings