I have a simple todo list app. I want to increase the width
of the text field when it is hovered
on, over the course of 3 seconds
.
I have used transition
property but it is not working correctly. Problem is that the width
increases instantly when the mouse pointer is hovered on the text field instead of increasing over the course of 3 seconds
.
What am i doing wrong here?
Here's the code codepen