Took me few hours to completely overhaul the standard <blockquote>
tag and now I am stuck at the final step, the animation. I've tried just about everything there is, but can get it to work properly. If someone could help me here, I'd really appreciate it.
Ideally I'd like Twitter bird to move and fade in & out:
From LEFT to CENTER (fade in while moving towards center - on mouse over) and
From CENTER to RIGHT (fade out while moving towards right - on mouse out)
I got the bird moving from left to center on mouse over, but I can't get it to move from center to the right on mouse out.
Please note this <blockquote>
is customized with Pseudo Classes & Elements and looks like this.
<blockquote>
<a href="#">Text link here</a>
</blockquote>
I used 1 class for the link, only to expand clickable area. If you know of a way that doesn't involve this old trick, please let me know.
Please check out my work. Any suggestions or code improvements are more than welcome.