1.0.0 • Published 8 years ago

background-cycle v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Cycle Background Images

cycle

Installation

npm install --save background-cycle

Usage

es6 module imports import cycleBackground from 'background-cycle'
cycleBackground takes two parameters a selector and an amount of images
You may specify as much images as you want cycleBackground('.container', '/image1.png', '/image2.png', '/image3.png')