jQuery 动画

发布于 2024-12-01 03:57:38 字数 257 浏览 0 评论 0原文

我正在尝试重新创建一些类似于本网站上的 div 加载效果的效果,即加载页面时没有可见内容,但单击导航链接时,它会动态加载 div。

http://worldofmerix.com

这是一个电影制片厂网站,我希望它像这个网站一样具有互动性。有谁知道我如何使用 Javascript 和/或 jQuery 实现这些效果?

感谢您提前提供的所有帮助!

I am trying to recreate some effects similar to the div loading effects on this site i.e. there is no visible content when you load the page but upon clicking on a navigation link, it dynamically loads the divs.

http://worldofmerix.com

It is for a film studio website and I would like it to be interactive like this site. Does anyone know how I could achieve these effects with Javascript and/or jQuery?

Thanks for all the help in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逐鹿 2024-12-08 03:57:39

您以前使用过 jQuery 或者看过文档吗?使用 jQuery 的内置 动画效果 例如 淡入。您链接到的网站不会动态加载内容 - 它都是同一页面的一部分,只是根据需要显示和隐藏。

这是一个粗略的 fiddle 展示了它是如何工作的。当然,您需要弄清楚动画的风格和怪癖。

Have you used jQuery before or looked at the docs? This is really quite simple using jQuery's built-in animation effects such as fadeIn. The site you've linked to doesn't dynamically load the content - it's all part of the same page and simply displayed and hidden as appropriate.

Here's a rough fiddle showing how it works. Of course, you'd need to work out the styles and quirks in animations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文