Dexinho
Dexinho
KPCKevin Powell - Community
Created by Dexinho on 8/4/2023 in #front-end
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;
}
#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
4 replies