I have a logomark.png that I would like to fade/transition to a logotext.png on hover, and then back again on rollout.
As an effect, on hover the logomark.png fades out to 0 opacity while the logotext.png fades up from 0 to 1 opacity.
When the user moves their mouse off the image, it reverses: The logotext.png fades from 1 to 0 opacity, while the logomark.png fades back from 0 to 1 opacity.
Basically, a cross-fade. But because these images have transparent backgrounds, its not as simple as putting one over the other, because both can be seen. It actually has to hide one at all times.
It would also look amazing to add a blur effect during the transition. When going from 0 to 1 opacity, the image has a blur as it fades in to full opacity. Then it has no blur at opacity 1.
Finally, it would be great to be able to adjust the timing of the transition.
Any help would be very much appreciated.
-Thanks