How to fix width of input field after animating it's width? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to fix width of input field after animating it's width?

the animation works, but after the animation is done, the width changes to 40% again. I want that th width should be 100% even after 100% of animation. Please help https://code.sololearn.com/WD42UdQ7np09/?ref=app

20th May 2022, 3:26 PM
Parth
Parth - avatar
4 Answers
+ 1
Have you tried something like this? https://stackoverflow.com/questions/12991164/maintaining-the-final-state-at-end-of-a-css3-animation It would be helpful if you linked your code – this way others can test it themselves. If you need help, can you please link your code?
20th May 2022, 4:10 PM
Lisa
Lisa - avatar
+ 1
Why not just remove the animation from the element when you don't need it anymore?
20th May 2022, 3:43 PM
Lisa
Lisa - avatar
+ 1
Lisa , I want to do that with css only
20th May 2022, 3:47 PM
Parth
Parth - avatar
0
Read what I have linked you and try animation-fill-mode
20th May 2022, 4:33 PM
Lisa
Lisa - avatar