search
Homephp教程php手册很酷的时间轴插件jquery特效

jQuery Timelinr时间轴插件可以滑动切换、水平和垂直滚动、支持键盘方向键,并且支持鼠标滚轮
很酷的时间轴插件jquery特效

页面底部有演示、免费下载链接。若是想看更多js特效、网站源码、 js教程请访问 http://www.sucaihuo.com/js 还有演示DEMO,最主要是可以免费下载。1、<br> 示例中#timeline为展示区,#dates为时间轴,年份作为主轴,#issues作为内容展示区,即对应主轴点年份的内容,id必须对应上。<br> <div>  <br>    <ul>  <br>     <li><a>2005</a></li>  <br>     <li><a>2006</a></li>  <br>     <li><a>2007</a></li> <br>     ... <br>    </ul>  <br>    <ul>  <br>     <li> <h1 id="闪亮登场">2005 闪亮登场</h1> <p>2005年,呱呱坠地。界面清爽、功能俱全、操作简单易上手,是大家都喜爱的网络家园。出生不久,就有越来越多的朋友到我这里分享自己的生活。</p> </li>  <br>     <li> <h1 id="扬帆起航">2006 扬帆起航</h1> <p>2006年,咿呀学语。面对每天千万级的用户访问,技术GG帮我优化了架构,设计师MM帮我设计了欢迎动画等个性化装扮,“妈妈再也不担心我404了”!</p> </li>  <br>     <li> <h1 id="内外兼修">2007 内外兼修</h1> <p>2007年,初长成。咱推出了信息中心和好友圈,开始向SNS社区转型;首创4.0全屏模式,更加美观大方。</p> </li>  <br>      ... <br>   </ul>  <br>   <a></a> <!-- 用于点击展示前一项内容 --> <br>   <a></a> <!-- 用于点击展示后一项内容 --> <br> </div> <br> 2、<br> 接着引入jQuery库和jQuery Timelinr插件。另外,若是需要支持滚轮事件,必须引入jquery.mousewheel.js。<br> <script></script>  <br> <script></script>  <br> <script></script><br> 3、<br> 调用时间轴插件,实现垂直滚动,并且支持鼠标滚轮滚动,代码如下:<br> $().timelinr({ <br>     orientation: 'vertical',//垂直滚动 <br>     issuesSpeed: 300,// 对应内容区的滚动速度,可为100~1000之间的数字,或者设置为'slow', 'normal' or 'fast' <br>     datesSpeed: 100,//主轴滚动速度,可为100~1000之间的数字,或者设置为'slow', 'normal' or 'fast' <br>     arrowKeys: 'true',//支持方向键 <br>     startAt: 3,//初始化起点,即初始化轴点位置,数字 <br>     mousewheel: 'true' //是否支持鼠标滚轮 <br> });<br> 4、<br> 查看更多Timelinr参数设置,请进:http://www.sucaihuo.com/js/23.html查看该jQuery特效演示及免费下载,请访问:http://www.sucaihuo.com/js/23.html

AD:真正免费,域名+虚机+企业邮箱=0元

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.