Skip to content

变换

使用 CSS transform 对元素应用变换效果。

缩放

通过 scale-* 为元素应用缩放效果。

原始
scale-0
scale-50
scale-75
scale-90
scale-95
scale-100
scale-105
scale-110
scale-125
scale-150

旋转

通过 rotate-* 为元素应用旋转效果。

原始
rotate-0
rotate-1
rotate-2
rotate-3
rotate-6
rotate-12
rotate-45
rotate-90
rotate-135
rotate-180
rotate-270

翻转

添加 flip-* 给元素添加翻转效果。

原始
flip-x
flip-y

MIT License (MIT)