A timed infinite carousel that uses vanilla JavaScript & CSS animations. It supports both horizontal and vertical scrolling. Useful if you need a UI element to continuously scroll (ex: ticker being displayed on a TV monitor). View on Github.
var infinitecarousel = new InfiniteCarousel('#container', 'vertical', 3);