timeline.js
timeline.js copied to clipboard
timeline love
Thinking about giving this some love to integrate it with https://github.com/noflo/noflo-ui . I'll pretty much just use the GUI and then make a new component in https://github.com/noflo/noflo-tween that actually drives the tweens.
If there is anything you have been planning or putting off, I'll try to contribute changes.
Some ideas:
- expand track to see function line representing tween / drag keyframe up and down as well
- add / remove / rename tracks
- touch (not a huge priority, might require another skin to make the elements bigger)
- zoom wider /// 60fps animation, or more for web audio fun
- visualize frames
Hi,
I have not pushed:
- edge cases timing fixes
- onStart/onEnd events
- probably more
- optional nodejs module exports
Will review tomorrow and push — Sent from Mailbox
On Wed, Jul 30, 2014 at 7:45 PM, Forrest Oliphant [email protected] wrote:
Some ideas:
- expand track to see function line representing tween / drag keyframe up and down as well
- add / remove / rename tracks
- touch (not a huge priority, might require another skin to make the elements bigger)
- zoom wider /// 60fps animation, or more for web audio fun
* visualize frames
Reply to this email directly or view it on GitHub: https://github.com/vorg/timeline.js/issues/4#issuecomment-50661310
Sweet, thanks Marcin! If it works with browserify that'll be nice :thumbsup:
Have you looked at https://github.com/idflood/timeline.js/commits/dev ? Seems like it has quite a lot of ui / integration changes.
Hmm looks like good stuff there. Will you merge his stuff?
@idflood is your dev branch stable?
@idflood pull looks ok. I'll cherry pick from his other upgrades too.
The dev branch is stable I think but the commits could have been better. Typically the "enable parameters and add some color options" add 2 features. The parameters one is important I think but the color option is not necessary. So yes, it may be a good idea to cherry pick what you need : )
And don't hesitate to ask if you have any question regarding some commits.
@forresto Hi, started updating stuff and broke looping in the process. I'll continue tomorrow..
Ok, I fixed the looping but there is more work to be done with callbacks. Next will be UI customization based on @idflood work.