Answer: a. True
Explanation: The above statement is true. The animation-timing-function property specifies the speed curve of the animation.
Answer: d. All of the above
Explanation: CSS3 allows you to format your elements using 3D transformations. Following are the methods of 3D transformations,
- rotateX()
- rotateY()
- rotateZ()
The rotateX() method rotates an element around its X-axis at a given degree.
The rotateY() method rotates an element around its Y-axis at a given degree.
The rotateZ() method rotates an element around its Z-axis at a given degree.
Answer: b. False
Explanation: The above statement is false. The rotateZ() method rotates an element around its Z-axis at a given degree.
Answer: c. rotateZ()
Explanation: The rotateZ() method is not a 2D Transform method. Following are the 2D transformation methods,
- translate()
- rotate()
- scale()
- skewX()
- skewY()
- matrix()
Answer: b. False
Explanation: The above statement is false. CSS3 gradients support transparency. The rgba() function is used to define the color stops to add transparency.
Answer: c. Linear
Explanation: Linear is not a property of CSS3 gradient.