jqueryscript / jQuery-bootstrap

Responsive jQuery News Ticker Plugin with Bootstrap 4 - Bootstrap News Box

Home Page:https://www.jqueryscript.net/slider/Responsive-jQuery-News-Ticker-Plugin-with-Bootstrap-3-Bootstrap-News-Box.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive jQuery Bootstrap 4 News Box plugin

A jQuery and Bootstrap 4 based plugin for creating a clean responsive news ticker/slider that allows you to vertically scroll html contents with autoplay and up/down navigation support..

      Responsive
      lightweight
      easy to use
      scroll any content in up/down direction
      ...

Available Options:

	$.fn.bootstrapNews.options = {
        newsPerPage: 4, 
        navigation: true,
        autoplay: true,
        direction:'up',
        animationSpeed: 'normal',
        newsTickerInterval: 4000, //4 secs
        pauseOnHover: true,
        onStop: null,
        onPause: null,
        onReset: null,
        onPrev: null,
        onNext: null,
        onToDo: null
    };

Example

Please, check the demo.html

Live Demo

Demo

About

Responsive jQuery News Ticker Plugin with Bootstrap 4 - Bootstrap News Box

https://www.jqueryscript.net/slider/Responsive-jQuery-News-Ticker-Plugin-with-Bootstrap-3-Bootstrap-News-Box.html

License:MIT License


Languages

Language:JavaScript 63.0%Language:HTML 34.9%Language:CSS 2.1%