CSS 3D Transforms
- Which of the following css property is used to describe how the animation will play?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax:transition-timing-function transition-timing-function: timingfunction,timingfunction2,...timingfunctionN]
- Which of the following css property is used to define which properties a transition will be applied to?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Syntax: transition-property: all | none | property-name-1
- 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: A
transition-duration
- 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: transition-delay: time1
- Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Syntax: transform: list of transform-functions | none