banner-builder
v0.1.0
Published
The banner builder project is a lightweight javascript module for rapid development of HTML5/CSS animations (such as those in HTML5 banners), much like the GSAP/Tween plugins.
Downloads
4
Readme
Banner Builder
The banner builder project is a lightweight javascript module for rapid development of HTML5/CSS animations (such as those in HTML5 banners), much like the GSAP/Tween plugins.
It differs from the aforementioned plugins in that it enables timelining functionality only, simply applying and removing classes. Transitions and animations themselves should all be performed in CSS.
Installation
In your terminal:
npm install banner-builder
In your JS:
var BannerBuilder = require('banner-builder');
// Or for ES6:
import * as BannerBuilder from 'banner-builder';