CSS 3D Transforms
- Which of the following css property is used to define the animations that should be run?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: E
Syntax:animation-name: @keyframe-name | none
- Which of the following css property is used to define the number of times an animation should play?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Syntax: animation-iteration-count: number | infinite
- Which of the following css property is used to define the time it takes one iteration of an animation to play?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Syntax: animation-duration: time
- Which of the following css property is used to indicate if an animation plays in reverse or repeats itself every other iteration?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Syntax: animation-direction: normal | alternate [,normal | alternate
- Which of the following css property is used to define a delay before an animation starts?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: animation-delay: time1 [,..timeN]