i have applied transition effect in my code, but it is not working , i am not getting why it is happpening | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

i have applied transition effect in my code, but it is not working , i am not getting why it is happpening

https://code.sololearn.com/Wa15a19a199A/# I want that when I click on the read-me box,it should smoothly open not like this which is happening in my code, please solve this problem and give me a proper explanation

22nd May 2021, 9:43 AM
Abhishek Topno
Abhishek Topno - avatar
2 Answers
+ 4
You can't transition from px to auto You are setting the height to auto in your js code that's why transition is not working. You may use max-height to do transition.
22nd May 2021, 10:13 AM
Prajyot
Prajyot - avatar
+ 2
Thanks dude it was proper explanation
22nd May 2021, 10:52 AM
Abhishek Topno
Abhishek Topno - avatar