题目内容

下列选项中,用于定义整个动画效果完成所需要时间的属性是( )。

A. animation-duration属性
B. animation-timing-function属性
C. animation-delay属性
D. animation-direction属性

查看答案
更多问题

认真阅读下列代码,并按要求进行作答。animation-name:mymove;/*定义动画名称*/animation-duration:5s;/*定义动画时间*/animation-timing-function:linear; /*定义动画速度曲线*/animation-delay:2s;/*定义动延迟时间*/animation-iteration-count:3;/*定义动画的播放次数*/animation-direction:alternate;/*定义动画播放的方向*/animation属性是一个复合属性,可以同时设置上述属性的代码为()。

A. animation: mymove 3 2s linear 5s alternate;
B. animation: mymove linear 2s 5s 3 alternate;
C. animation: mymove 2s linear 5s 3 alternate;
D. animation: mymove 5s linear 2s 3 alternate;

transition-property 属性设置的过渡效果通常在用户将指针离开元素上时发生。( )

A. 对
B. 错

使用transition简写属性设置多种过渡效果,需要为每个过渡属性集中指定所有的值,并且使用空格进行分隔。( )

A. 对
B. 错

transition-timing-function属性规定过渡效果的速度曲线。( )

A. 对
B. 错

答案查题题库