Maison > Questions et réponses > le corps du texte
想问下这个链接第五张 动效5的动画怎么实现,主要是X轴旋转后 上面边长还是和下面边长一样的 动图上面的边长变短了 效果好 求大神点拨一下
阿神2017-04-17 12:00:23
这么写就好了transform: perspective(400px) rotate3d(1,0,0,60deg);
transform-origin: bottom center;
这个perspective要写在其他属性前面,额,我也不知道为什么