如何创建谷歌效果?
Possible Duplicate:
Fade in on mouse movement (like on google.com)
i wonder how to create google effect on my home page.
i want exacty same effect. explain me in detail to use it on my home page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 jQuery:
此代码将淡入所有具有
controlsContainer
类的元素。You can use jQuery:
This code will fade in all elements with a class of
controlsContainer
.用户 JQUERY
animate 或 fedin
与document mouseover
事件将帮助您使用 jQuery 创建鼠标悬停淡入淡出效果
例如:
user JQUERY
animate or fedin
withdocument mouseover
event will help youCreating a Mouseover Fade Effect with jQuery
Fore example :
检查并学习此链接中的内容http://docs.jquery.com/Main_Page< /强>。它是 jquery 的文档。尝试自己学习,当你遇到问题时可以询问它。
还有这个链接 http://net.tutsplus.com/tutorials/javascript-ajax/15-resources-to-get-you-started-with-jquery-from-scratch/ 。
此链接指向初学者的 jquery 视频教程 http://net.tutsplus.com/articles/web-roundups/jquery-for-absolute-beginners-video-series/
这会对你有帮助
check and learn contents in this link http://docs.jquery.com/Main_Page. its the documentation of jquery. try learn it your self, while doing it if you face problems you query it.
And also this link http://net.tutsplus.com/tutorials/javascript-ajax/15-resources-to-get-you-started-with-jquery-from-scratch/.
this link points to video tutorials of jquery for beginerrs http://net.tutsplus.com/articles/web-roundups/jquery-for-absolute-beginners-video-series/
this will help you