I can't seem to get my head around this but I'm sure it's pretty simple..
Basically I have some text like this: DJDM, which are my initials. What I'm trying to do is to make it so that when you hover over one of the letters, the full name appears next to it using CSS3 transitions. So if you hovered over the D, you would get DanielJDM.
I want the transition to slowly move the rest of the letters over and for the rest of the word to increase in opacity until it's fully visible.
I'm sure theres a way to do this I just can't figure it out right now..
I'd appreciate the help! Thanks.