<! DOCTYPE html>
<meta charset= "Utf-8" >
<title>jquery Seamless Scrolling Plugin limarquee demo-Scroll up _dowebok</title>
<link rel= "stylesheet" href= "Css/limarquee.css" >
<style>
. dowebok {width:790px; height:200px; margin:100px auto; font-size:14px;}
. dowebok ul {margin:0; line-height:30px;}
. Dowebok a {color: #333; text-decoration:none;}
. dowebok a:hover {text-decoration:underline;}
</style>
<body>
<div class= "Dowebok" >
<ul>
<li>
<a href= "http://www.dowebok.com/187.html" >smoothslides– a translational jquery slideshow plugin </a>
</li>
<li>
<a href= "http://www.dowebok.com/77.html" >jquery full-screen scroll plugin fullpage.js</a>
</li>
<li>
<a href= "http://www.dowebok.com/131.html" >wow.js– make page scrolling more fun </a>
</li>
<li>
<a href= "http://www.dowebok.com/139.html" > Let IE7 IE8 support CSS3 background-size Properties </a>
</li>
<li>
<a href= "http://www.dowebok.com/117.html" >shcircleloader–jquery loading effect plug-in </a>
</li>
<li>
<a href= "http://www.dowebok.com/185.html" >jquery cform–jquery form beautification plugin </a>
</li>
<li>
<a href= "http://www.dowebok.com/177.html" >quttons–quantum paper Style button </a>
</li>
<li>
<a href= "http://www.dowebok.com/173.html" >ideal Image slider– simple Pure JS slideshow </a>
</li>
<li>
<a href= "http://www.dowebok.com/156.html" >evenzoom–jquery Magnifier plug-in </a>
</li>
<li>
<a href= "http://www.dowebok.com/155.html" >dad–jquery drag/Drop plugin </a>
</li>
</ul>
</div>
<script src= "Js/jquery-1.8.3.min.js" ></script>
<script src= "Js/jquery.limarquee.js" ></script>
<script>
$ (function () {
$ ('. Dowebok '). Limarquee ({
Direction: ' Up '
});
});
</script>
</body>
Common parameters are as follows:
Align: is to set the position of the active caption, in addition to the left, center, the right three positions, but also increased the * upper (top) and * (bottom) two positions.
Bgcolor: Used to set the background color of active subtitles, can be used in English words can also be hexadecimal number.
Direction: The scrolling direction used to set the active caption is left, right, up, up, down.
Behavior: Used to set the way of scrolling, mainly by three kinds of ways:
Behavior= "Scroll" means to scroll from one end to the other;
behavior= "Slide": Indicates that one end is quickly sliding to the other end and no longer repeats;
Behavior= "alternate" means scrolling back and forth between the ends.
Height: Used to set the altitude of the scrolling caption.
Width: Sets the length of the scrolling caption.
Hspace and vspace: Used to set the width of the left and right borders and the upper and lower borders of the scrolling caption.
ScrollAmount: Used to set the scrolling distance for active captions. The smaller the number, the faster the scrolling will be.
Scrolldelay: Used to set the delay time between scrolling two times, the smaller the number, the smaller the interval.
Loop: Used to set the number of scrolling times when loop=-1 means scrolling down until the page is updated. The default is to scroll to the left indefinitely, the caption height is the text height, scroll range: The width of the horizontal scroll is the width of the current position, the height of the vertical scroll is the height of the current position.
Limarquee–jquery Seamless Scrolling Plugin