1.0.3 • Published 8 years ago

@jkroso/timeline v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

timeline

orchestrate a group of animations. Timelines themselves implement the animation API and therefore can be nested arbitrarily.

Installation

With your favorite package manager:

  • packin: packin add jkroso/timeline
  • component: component install jkroso/timeline
  • npm: npm install jkroso/timeline

then in your app:

var timeline = require('timeline')

API

timeline(animations)

create a timeline with an option Array of initial animations

Timeline.add(start, end, animation)

add an animation to the timeline

Timeline.render(n)

render point n on the timeline

Timeline.then(anim:Animation|Function)

create a new timeline which will start when this one completes

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago