效果图:如果没有animation-direction: alternate;属性的话, 那么每次完成动画帧, 就会立刻恢复到起始位置, 中间没有缓冲过程, 看起来就很生硬所有代码<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8 …
animation.css
- 1
效果图:如果没有animation-direction: alternate;属性的话, 那么每次完成动画帧, 就会立刻恢复到起始位置, 中间没有缓冲过程, 看起来就很生硬所有代码<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8 …