zz85 / timeliner

simple javascript timeline library for animation and prototyping
https://twitter.com/blurspline
MIT License
705 stars 123 forks source link

How to use without GUI? #9

Open Suva opened 8 years ago

Suva commented 8 years ago

Silly question, but let's say I create some stuff with this library, how do I show the final result without showing the GUI?

zz85 commented 8 years ago

That is the goal, but right now it doesn't work out of the box. But the data created by this library will be able to create animations without any gui.

thednp commented 8 years ago

Hey I'm interested in forking this, seems to work similar to tween.js, which is great.

BTW: Would you be interested in teaming up with me to make a plugin for my KUTE.js? It's really cool :)

AbdurRehman91 commented 8 years ago

hi i want to know can timeliner be use with the objects present inside html5 canvas.because as far i know timeliner use a id of a specific div and i can not go for that solution.i want to get the object inside the canvas using timeliner Thanks