├── static └── images │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.png ├── README.md └── html └── index.html /static/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chokcoco/css3-3d-transform/HEAD/static/images/1.png -------------------------------------------------------------------------------- /static/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chokcoco/css3-3d-transform/HEAD/static/images/2.png -------------------------------------------------------------------------------- /static/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chokcoco/css3-3d-transform/HEAD/static/images/3.png -------------------------------------------------------------------------------- /static/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chokcoco/css3-3d-transform/HEAD/static/images/4.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # css3-3d-transform 2 | 仅需关键代码50行实现一个3D类似旋转木马的图片浏览功能 3 | 4 | ##代码示意 5 | ```html 6 | 7 | 8 | 9 |
10 |
70 |
71 |
72 |
73 |
74 |
75 |