找传奇、传世资源到传世资源站!

3D立体旋转相册

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

3D立体旋转相册
from clipboard .
├── 3D立体旋转相册
│   └── index.html
└── 找例子网_3D立体旋转相册.zip

1 directory, 2 files

     /* 让ol里边六个面的图片旋转到不同的位置组成立方体 */         ol li:nth-child(1){opacity: .5;left: 0;top: 0;transform: translateZ(50px); }        ol li:nth-child(2){opacity: .5;left: 50px;top: 0;transform: rotateY(-90deg); }        ol li:nth-child(3){opacity: .5;left: -50px;top: 0;transform:  rotateY(90deg); }        ol li:nth-child(4){opacity: .5;left: 0;top: 50px;transform: rotateX(-90deg); }        ol li:nth-child(5){opacity: .5;left: 0;top: -50px;transform: rotateX(90deg); }        ol li:nth-child(6){opacity: .5;left: 0;top: 0;transform: translateZ(-50px) rotateY(180deg); }         /*外层盒子鼠标移入效果 */          .wrap:hover ul li:nth-child(1){opacity: .5;left: 0;top: 0;transform: translateZ(200px); }         .wrap:hover ul li:nth-child(2){opacity: .5;left: 200px;top: 0;transform: rotateY(-90deg); }         .wrap:hover ul li:nth-child(3){opacity: .5;left: -200px;top: 0;transform:  rotateY(90deg); }         .wrap:hover ul li:nth-child(4){opacity: .5;left: 0;top: 200px;transform: rotateX(-90deg); }         .wrap:hover  ul li:nth-child(5){opacity: .5;left: 0;top: -200px;transform: rotateX(90deg); }         .wrap:hover ul li:nth-child(6){opacity: .5;left: 0;top: 0;transform: translateZ(-200px) rotateY(180deg); }

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复