@jptrinh hi jp, i watched your video about animation and its working to show dropdown open but i have issue with the fade out animation for dropdown close
here’s the video explanation what im trying to do
@jptrinh hi jp, i watched your video about animation and its working to show dropdown open but i have issue with the fade out animation for dropdown close
here’s the video explanation what im trying to do
Hey @liam_putra
The issue is that all the properties are changed at the same time, so that means that your dropdown get the display: none instantly.
You’d need to first apply the change of opacity, and after that, modify the display property…
Not sure there is an easy approach here.