InterviewSolution
Saved Bookmarks
| 1. |
What does not affect the element itself?(a) perspective()(b) sacle()(c) matrix()(d) rotate() |
|
Answer» Correct choice is (a) perspective() The best I can explain: perspective() does not affect the element itself, but affects the transforms of descendant element’s 3D transform, allowing them all to have a consistent depth perspective. |
|