weekeight.github.io
weekeight.github.io copied to clipboard
css3 冷门却很有用的属性
- 阶跃时间函数
animation-timing-function: steps()
steps 解释不错的文章 - 裁剪
clip: rect(top, right, bottom, left)
例如.test{ clip: rect(0, 100px, 100px, 0) }
clip w3school - 预告将改变的属性以提高动画性能
will-change
will-change MDN