transition with inline elements issue

not sure what I am doing wrong as I can't make transition work on inline elements

#nickname-input, #nickname-span {
    transition: ease-in 1000ms;
}


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
Was this page helpful?