Fading ticker
Download the production version or the development version.
Add the newsfader.min.js
to your html
To intiate plugin
<script src="jquery.js"></script>
<script src="dist/newsfader.min.js"></script>
<script>
// default options are
$(".js-newsticker").newsfader();
</script>
If you need to change the default options
which are fadeInTime: 800,
fadeOutTime: 800,
interval: 5600
$(".js-newsticker").newsfader({fadeInTime: 100, fadeOutTime:100});
https://github.com/nolawi/newsfader/blob/master/test/newsfader.html
https://github.com/nolawi/newsfader/releases