Timeliner
Par rapport à la version originale https://github.com/zz85/timeliner cette version implémente :
- l’affichage du nom associé au timeliner
- le choix de faire tourner en boucle
- des paramètres suplémentaires pour chaque layer :
- suppression d’un layer
- identifiant d’un object
- propriété de l’objet
- valeur textuelle
- une méthode d’agrégation des actions pour chaque objet
It is written in javascript and meant to work with different javascript libraries or webgl frameworks, in 1d, 2d, or 3d. It is built primary for myself, but feel free to send me suggestions or requests.
Demo

Usage
Include the timeliner.js file.
<script src="timeliner.js"></script>
or import via ES modules
import { Timeliner } from './build/timeliner.min.js'
Load data by code, file upload or loading from saved localStorage.
Add a keyframe
- double click on the timeline
or
- Select a time on the timeline
- Click on the keyframe
Add a tween
- Select time between 2 keyframes
- Select easing type from the dropdown
Releases
2.0.1
TODO
- graph selection of DOM object
- a whole ton more