CSS 属性
animation-direction
normal
reverse
alternate
alternate-reverse
结果
CSS 代码
#myDIV { animation-direction:
normal;
}
点击上面的属性值来查看结果
W3Schools.com
- 亲自试试