1.0.4 • Published 9 years ago

baile-js v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

Baile.js

Content choreography with CSS animations and JavaScript

Usage

Install

Standalone js:

Just include baile.min.js. A global variable called Baile will be added.

From node:

npm install baile-js
var Baile = require('baile-js')
var scene = Baile()
scene.select('.item').play('animation', '1s')

TODO:

  • tests
  • build with animate.css
  • docs
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago