timeline.js icon indicating copy to clipboard operation
timeline.js copied to clipboard

timeline love

Open forresto opened this issue 11 years ago • 9 comments

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.

forresto avatar Jul 30 '14 18:07 forresto

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

forresto avatar Jul 30 '14 18:07 forresto

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

vorg avatar Jul 30 '14 18:07 vorg

Sweet, thanks Marcin! If it works with browserify that'll be nice :thumbsup:

forresto avatar Jul 30 '14 18:07 forresto

Have you looked at https://github.com/idflood/timeline.js/commits/dev ? Seems like it has quite a lot of ui / integration changes.

vorg avatar Jul 30 '14 19:07 vorg

Hmm looks like good stuff there. Will you merge his stuff?

@idflood is your dev branch stable?

forresto avatar Jul 30 '14 19:07 forresto

@idflood pull looks ok. I'll cherry pick from his other upgrades too.

vorg avatar Jul 30 '14 19:07 vorg

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.

idflood avatar Jul 31 '14 05:07 idflood

@forresto Hi, started updating stuff and broke looping in the process. I'll continue tomorrow..

vorg avatar Jul 31 '14 16:07 vorg

Ok, I fixed the looping but there is more work to be done with callbacks. Next will be UI customization based on @idflood work.

vorg avatar Jul 31 '14 17:07 vorg