Files
ClassContent/历届学生/front-end-team-10/每天课程/2023-02-11/笔记.txt
2024-09-27 02:06:13 +08:00

21 lines
400 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.

css过渡动画 transition
从开始到结束的变化过程
注意:谁发生变化,代码就加谁身上!!
css3 2d转换 属性:
transform
数值:
translate 让元素在 xy轴 产生偏移
translateX
translateY
rotateX 或 Y 让元素旋转起来数值单位deg
scale 让元素放大或者缩小