Seeking a simultaneous fade and blur effect using JQuery or Javascript
Posted
by Heath Waller
on Stack Overflow
See other posts from Stack Overflow
or by Heath Waller
Published on 2010-04-11T23:33:21Z
Indexed on
2010/04/11
23:43 UTC
Read the original article
Hit count: 808
Can anyone think of a way to simulate the fade/blur flash effect used in the following website:
http://www.frenchlaundry.com/ (image fades and blurs on hover, while text fades in simultaneously)
using JQuery? I am looking to have this whole chain of effects happen on load or when the DOM is ready (instead of on hover). And by blur, I mean a gaussian-type of blur - possibly using Pixastic (?)
I am really new at this, so please be gentle :)
Thank you.
© Stack Overflow or respective owner