Home  >  Article  >  Web Front-end  >  Jquery时间轴特效(三种不同类型)_jquery

Jquery时间轴特效(三种不同类型)_jquery

WBOY
WBOYOriginal
2016-05-16 15:34:121055browse

jquery三种不同类型时间轴切换展示幻灯特效,先给大家展示效果图,喜欢的朋友可以下载源码哦。

查看效果       源码下载

文件引用:

<script type="text/javascript" src="jquery.js"></script>
 <script src="jquery.timelinr-0.9.4.js" type="text/javascript"></script>
 <script type="text/javascript"> 
  $(function(){
   $().timelinr()
  });
 </script>
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