first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

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