transition with inline elements issue
not sure what I am doing wrong as I can't make transition work on inline elements
these two are input and span containing text but they are not being eased in when page refreshes in like regular blocks are
same thing works on div
3 Replies
HTML part
Did you mean
transition: all 1000ms ease-in
?What exactly are you trying to transition? If you can replicate the problem in a code pen it would be possible to troubleshoot it.