-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add feature sub range (work area) for clip #631
Add feature sub range (work area) for clip #631
Conversation
Woah that looks great! Thanks a lot. I'm now gone for two days, expect some delay in reviewing, can't wait to look at it though 👀 |
Thank you @JonnyBurger 😀 |
My mind is blown! :D This is really good! Thanks a lot, very lucky to receive such a nice PR! I'm already adding a hacktoberfest-accepted label and paying out the bounty. |
@ankeshp03 Really, really nice work! |
Thank you so much @JonnyBurger. 😃 I will surely look to make it better. Thank you for the bounty, this is my first time ever getting paid for a PR. 😅 |
Thank you so much @marcusstenbeck. 😄 |
Resolve/Add feature #603
This PR adds the feature to put in/out points (work area) for clips.
Suggested Scope:
Points to remember:
Playhead will automatically start from in-point on resuming play.
Blocker in Scope
TimelineDragHandler
which changes the playhead position on drag. Drag for work area might affect theTimelineDragHandler
functionality.