Related questions
Question 107 - H14-231_V1.0 discussion
When a developer develops a JavaScript application on a smart screen. If you want to do some static animation, if you want to move a component 200px horizontally, which of the following styling configurations is correct?
A.
transform: rotate(200px);
B.
transform: rotateY(200px);
C.
transform: translatex(200px);
D.
transform: scaleX(200px);
Your answer:
0 comments
Sorted by
Leave a comment first