Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

baile-js

hugozap3MIT1.0.4

Content choreography with CSS animations and JavaScript ## Usage

readme

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