I'm trying to make an accessibility friendly website and getting hard time with implementing animation or transition with display:none
property. I must use the display:none
in order to it be an accessible, however it doesn't animate with the display:none
. I remember this worked with keyframes animation, but seems like it doesn't today. Any solution, please?
I MUST USE THE display:none