InterviewSolution
Saved Bookmarks
| 1. |
Which one can animate the width of search input when get focus?(a) focus(b) transition(c) outline(d) colorI had been asked this question during an interview.Question is taken from Appearance of Form Elements in portion Lists, Tables and Forms of CSS |
|
Answer» CORRECT option is (B) transition The explanation is: For animating the width of search input when it gets focus we used CSS transition PROPERTY, |
|