Files
ClassContent/历届学生/韩一伟/每天课程/2021-06-29/笔记.txt
2024-09-27 02:06:13 +08:00

16 lines
272 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

平滑过渡:元素从一种状态到另外一种状态
transition
css3
transform
translate让元素平移X,Y
translateX
translateY
rotate: 让元素旋转
rotate: 280deg
scale: 让元素宽高进行缩放
scaleX
scaleY