Jquery滑动/动画div

发布于 2024-10-22 02:34:19 字数 219 浏览 0 评论 0原文

我试图弄清楚如何在单击导航链接时使隐藏菜单滑出并包含动态内容。我怎样才能让这个 div 看起来滑出。我想我需要使用“动画”功能,但我不确定如何实现它。任何帮助将不胜感激。这是我正在做的事情的链接。

http://www.scottjraney.com/music-nav/

I am trying to figure out how to make a hidden menu slide out with dynamic content when a navigation link is clicked. How can I give this the appearance that the div is sliding out. I think I need to use the 'animate' function, but I am not sure how to implement it. Any help would be greatly appreciated. Here is a link to what I am working on.

http://www.scottjraney.com/music-nav/

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

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

发布评论

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

评论(1

少跟Wǒ拽 2024-10-29 02:34:19

你可以这样做:

$('div').hide('blind'); // or any other animation

you can do :

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