在CSS中,要调用名为mycolor的关键帧动画,并且设置动画时间为2s,动画循环播放,播放方式为偶数次向前播放,奇数次向反方向播放。下列代码中书写错误的是( )。
A. -webkit-animation: mycolor 2s infinite alternate;
B. animation: mycolor 2s infinite normal;
C. animation: mycolor 2s infinite alternate;
D. animation: mycolor 2s linear alternate both;