InterviewSolution
Saved Bookmarks
| 1. |
Which of the following css property defines whether or not an element should be visible when not facing the screen?(a) visibility(b) backface-control(c) backface-visibility(d) none of the mentionedThe question was posed to me during a job interview.Question is taken from CSS3 Transitions for Images in chapter CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» RIGHT CHOICE is (C) backface-visibility Easiest EXPLANATION: Self-explainatory. |
|