Home > Web Front-end > JS Tutorial > body text

Jquery timeline effects (three different types)_jquery

WBOY
Release: 2016-05-16 15:34:12
Original
1094 people have browsed it

Jquery switches between three different types of timelines to display slideshow effects. I will show you the renderings first. Friends who like it can download the source code.

View the effect Source code download

File reference:

<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>
Copy after login
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template