funkymed-timeliner
v1.0.13
Published
Manage and control a timeliner with many layers
Maintainers
Readme
Timeliner
Author : Cyril Pereira
Timeliner is a component to manage a timeline. In the example you can found a live interraction and a control of the timecode in the timeline. You also can use callback to fire some event from blocks in the timeline. You can use the engine without display the timeline.
Features
- Display a timeline from a json object
- Colors the groups of blocks
- Toggle rendering timeline
- EventListner and callback on blocks
- Callback when the block is fired

Install
yarn add funkymed-timiliner --saveor
npm install funkymed-timiliner Demo
The component in action : http://medcg.free.fr/tmp/npm-timeliner
build the demo locally
yarn build
yarn start