banner-builder

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i banner-builder

Weekly Downloads

4

Version

0.1.0

License

UNLICENSED

Last publish

Collaborators

  • ryami333