Answer: d. scale()
Explanation: In CSS3, the scale() method is used to increase or decrease the size of an element.
Answer: a. translate()
Explanation: The translate() method is used to moves an element from its current position.
Answer: b. rotate()
Explanation: The rotate() method rotates an element clockwise or counter-clockwise according to a given degree.
Answer: a. True
Explanation: The above statement is true. The transition-timing-function property specifies the speed curve of the transition effect.
Answer: a. linear
Explanation: In CSS3, linear property of transition-timing-function specifies a transition effect with the same speed from start to end.
Answer: c. ease-in-out
Explanation: The ease-in-out property of transition-timing-function specifies a transition effect with a slow start and end.