修改 jQuery 动画菜单
我正在使用此方法在我的网站上创建动画菜单/背景图像: 使用 jQuery 制作动画内容菜单 | Codrops
它非常容易使用,但我的问题是我想在网站上有多个页面,并且需要弄清楚如何修改主页上的菜单,以便不触发子菜单和新的背景图片,每个li
只会链接到一个新页面。
我不知道如何删除子菜单动画和背景图像切换,同时保留滑入/滑出、淡入初始背景图像并且不完全破坏代码。
I am using this method to create animated menus/background images on my site: Animated Content Menu with jQuery | Codrops
It is quite easy to use, but my problem is that I want to have multiple pages on the site, and need to figure out how I can modify the menu on the home page so that instead of triggering the submenu and new background image, each li
will just link to a new page.
I don't know how to remove the submenu animations and background image switch while preserving the slide in/slide out, fade-in on the initial background image and without breaking the code entirely.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需删除下面的行并在
中添加指向新页面的链接即可
Just delete the line below and add links to new pages in your
<a>
s