0.1.0 • Published 9 years ago

banner-builder v0.1.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
9 years ago

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';
0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago