jQuery 缓动教程
我正在开发一个菜单,需要将 jquery 缓动效果合并到子菜单中。子菜单是水平下拉菜单。
如果您有兴趣查看的话,这里是它的 HTML 和 CSS。它们都没有完成,所以不要介意我的混乱:)
预览 http://wilwaldon.com/easing /easingmenu.html
我已经在 Google 上搜索过,但没有找到适合像我这样的新手的任何内容。
谢谢你!
I'm developing a menu and need to incorporate a jquery easing effect into the sub menu. The submenu is a horizontal dropline menu.
Here's the HTML and CSS for it if you're interested in looking at it. They are both not completed so don't mind my mess :)
Preview http://wilwaldon.com/easing/easingmenu.html
I've already Googled but didn't find anything for a total noobie like myself.
THANK YOU!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
感谢 cletus 找到了答案。 Superfish 非常适合我的情况,并且使用一些简单的 CSS 更改即可轻松实现。
Found the asnwer thanks to cletus. Superfish will work perfect for my situation and will be easy to implement using a few simple CSS changes.