Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to scrub time back and forth #13

Closed
xeolabs opened this issue Jul 8, 2011 · 4 comments
Closed

Ability to scrub time back and forth #13

xeolabs opened this issue Jul 8, 2011 · 4 comments
Labels

Comments

@xeolabs
Copy link

xeolabs commented Jul 8, 2011

Would be nice to support time moving backwards, useful for when controlling tweens with a time slider (scrubber) widget.

At the moment tween.js only seems to support time moving forwards..perhaps with the way it manages chaining etc. this is not practical?

@mrdoob
Copy link
Contributor

mrdoob commented Jul 8, 2011

Hmmm, I wonder if we could do this in a simple way, like doing TWEEN.update( time ); or something like that...

@sole
Copy link
Member

sole commented Jul 8, 2011

Yes, I was thinking exactly on those terms. Make everything a function of time --either time we keep track of (as we do right now), or by manually updating the time as mrdoob suggested.

Probably chaining might be a tad broken when moving backwards :-)

@anissen
Copy link

anissen commented Jul 2, 2012

I very much agree that this would be a really useful feature. In fact, I will need something like this if I am to use tween for my current project.

@mrdoob
Copy link
Contributor

mrdoob commented Jul 3, 2012

I think sequencer.js fits better this task.

@mrdoob mrdoob closed this as completed Jul 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants