Skip to content

css3D 效果实现

一、说明

css 属性 perspective(透视) 设置透视、再使用 transform3D 转换。

二、使用

  • perspective 可设置在其本身 transform: perspective(400px)
  • 设置其父元素上 perspective: 400px;

Released under the MIT License.