CSS animation-direction属性演示

1、动画的迭代次数设置为无限循环,animation-direction属性的值设置为normal


2、动画的迭代次数设置为无限循环,animation-direction属性的值设置为alternate


3、动画的迭代次数设置为无限循环,animation-direction属性的值设置为reverse


4、动画的迭代次数设置为无限循环,animation-direction属性的值设置为alternate-reverse