导航栏下划线鼠标跟随效果插件 nav-nuderline
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/wwlsky/nav-nuderline
- 软件文档: https://github.com/wwlsky/nav-nuderline/blob/master/README.md
- 官方下载: https://github.com/wwlsky/nav-nuderline
软件介绍
nav-nuderline
nav-nuderline.js 导航栏下划线鼠标跟随效果插件,原生Javascript,不依赖任何三方库
效果:
使用方法:
<ul class="nav"> <li><a href="javascript:;">首页</a></li> <li><a href="javascript:;">产品中心</a></li> <li><a href="javascript:;">关于我们</a></li> <li><a href="javascript:;">联系我们</a></li> </ul>
Script
new NavUnderline('.nav');
// or
NavUnderline('.nav');Options
new NavUnderline('.nav', {
duration: '.5s', // 过渡时间
timing: 'ease', // 速度曲线 linear,ease,ease-in,ease-out,ease-in-out
textColor: '#333', // 导航栏文字颜色
lineColor: '#333' // 下划线颜色
});
Release It!
Michael T. Nygard / Pragmatic Bookshelf / 2007-03-30 / USD 34.95
“Feature complete” is not the same as “production ready.” Whether it’s in Java, .NET, or Ruby on Rails, getting your application ready to ship is only half the battle. Did you design your system to......一起来看看 《Release It!》 这本书的介绍吧!
