?Identify a CSS3 2D transformation function that resizes an object by a factor of x horizontally.

A. ?rotate(angleY)
B. ?skewY(angleY)
C. ?scaleY(y)
D. ?translateY(offY)

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements draws the string "Love to animate!" starting at coordinates (200, 50)?

a. Text myText = new myText(200, 50, "Love to animate!"); b. Text myText = new Text(50.0, 200.0, "Love to animate!"); c. Text myWords = new Text(200.0, 50.0, "Love to animate!"); d. Text Words = new Words(200, 50, "Love to animate!");

Computer Science & Information Technology

A horizontal line provides a way to add visual interest and differentiate sections of a Web page

Indicate whether the statement is true or false

Computer Science & Information Technology