liMarquee / Stop and start
Method

RESULT

A friend's someone who lends you an umbrella on a rainy day

CODE


<!--If you have already use jquery, then this line is not necessary-->
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>

<!-- Plugins files-->
<link rel="stylesheet" href="css/liMarquee.css">

<script src="js/jquery.liMarquee.js"></script>

<!-- Initialization of plugin -->
<script>
$(window).on('load',function(){
	$('.str10').liMarquee();
	$('.btnStop').on('click',function(){
		$('.str10').liMarquee('stop');
	})
	$('.btnStart').on('click',function(){
		$('.str10').liMarquee('start');
	})
})
</script> 

<!-- HTML code-->
<div class="str10 mWrap">
	A friend's someone who lends you an umbrella on a rainy day
</div>
<div class="btnWrap">
    <button class="btnStop">Stop</button>
    <button class="btnStart">Start</button>
</div>

	

Universal Marquee for Text, HTML and Images
More than 10 000 people have been using it

DOWNLOAD PLUGIN LIMARQUEE