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

No way to play back smoothly after using segments #15

Open
ivanjeremic opened this issue Dec 29, 2020 · 2 comments
Open

No way to play back smoothly after using segments #15

ivanjeremic opened this issue Dec 29, 2020 · 2 comments

Comments

@ivanjeremic
Copy link

When I go from segment 15 to 94 for example onClick it stops there and this is fine, but how to go from that position again back and play it smoothly back?

I tried

  • reverse segment 94 to 15
  • reverse segment with direction 94 to 15 with -1 direction
  • only direction -1 with play

and none of them work properly.

If there is no way currently to do this we really need a function playTo where it play to a segment no matter if forward or backward, but if there is any way please help me out on this one.

Thanks

@mifi
Copy link
Owner

mifi commented Jan 24, 2021

Hi

I'm not sure I understand, can you provide som eexample code or a video where you reproduce the problem in the demo?

@willmcl
Copy link

willmcl commented Mar 29, 2021

I got myself in a fix with this too. Reversing segments (ie. updating the segment to [94, 15] ) and keeping the direction as 1 was the answer for me. I am not sure why it wouldn't work for you. Send some code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants