ExamGecko
Question list
Search
Search

Related questions











Question 107 - H14-231_V1.0 discussion

Report
Export

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);
Answers
A.
transform: rotate(200px);
B.
transform: rotateY(200px);
Answers
B.
transform: rotateY(200px);
C.
transform: translatex(200px);
Answers
C.
transform: translatex(200px);
D.
transform: scaleX(200px);
Answers
D.
transform: scaleX(200px);
Suggested answer: C
asked 18/09/2024
I Haq
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first