Html
    Css
    Js

    
                        
 #wrap {
	width:100px;
	height:100px;
	margin:50px auto;
	transform-style:preserve-3d;
	transform-origin:center 100%;
	color:white;
	position:relative;
	top:0;
	transition:all 0.5s linear;
}
#wrap:hover {
	top:-100px;
	transform:perspective(300px) rotateX(90deg);
}
#wrap div:nth-child(1) {
	width:100px;
	height:100px;
	background:#38f;
	padding:5px;
	box-sizing:border-box;
}
#wrap div:nth-child(2) {
	width:100px;
	height:100px;
	background:#68d;
	transform-origin:0 0;
	transform:rotateX(-90deg);
	padding:5px;
	box-sizing:border-box;
}
@keyframes anim {
	100% {
	transform-origin:0 0;
	transform:rotateX(90deg);
}
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.1
 立即下载

模拟3D导航

3
      Alice7060
      2017/11/14 14:52:04

      我注意到的竟然也是描述。。。

      回复
      西瓜0
      2017/11/10 11:17:01

      额,看到你的描述,我想说兄弟好好注意身体,梦想肯定会实现。

          youngCodeMonKey0
          2017/11/14 9:58:54

          哈哈哈。会的会的。准备看脊椎康复指南了。,

      回复