admin管理员组文章数量:1310081
Can anyone think of a way to simulate the fade/blur flash effect used in the following website:
/ (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.
Can anyone think of a way to simulate the fade/blur flash effect used in the following website:
http://www.frenchlaundry./ (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.
Share Improve this question asked Apr 11, 2010 at 23:33 Heath WallerHeath Waller 311 silver badge3 bronze badges3 Answers
Reset to default 3You should use animate() method of Jquery to achieve what you want.
Check out the link below...It has numerous examples:
http://api.jquery./animate/
HTH
Since Jquery effects are just implementations of the animate() method, which uses CSS properties and then makes a smooth transition between them, there's no easy way to implement a Gaussian blur.
You could use Pixastic and then fade in some hidden text over the blurred image, why not.
This library includes the ability to blur images: http://www.pixastic./
As for animating the blur effect, as Raja said you can look at the animate() method of Jquery, or simply use the setTimeout function.
本文标签: Seeking a simultaneous fade and blur effect using JQuery or JavascriptStack Overflow
版权声明:本文标题:Seeking a simultaneous fade and blur effect using JQuery or Javascript - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741855103a2401297.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论