max-width transition works one way, but not the other
I'm trying to get my button to grow in width when hovered and reveal the text behind.
However the animation is only working on hover, it does not animate when hover is removed. Why is that?
https://codepen.io/LanFeusT/pen/rNrWqqv
Thanks
6 Replies
add the transition also on the hover state
I did, it doesn't help
oh i forgot to say to remove the display none from span
oh duh maybe i dont need display none actually if i just overflow hidden
also you can't animate display 😉
yeah, i forgot i was hidding cause i added overflow later lol thanks! i'll updated the codepen and solve this! 🙂