-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Feat: add 'replay' option to the PlayToggle component. #5531
Conversation
sync with origin branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me as-is. Especially nice that you updated the documentation!
I wonder if this is a situation where we'd want to have a replay()
getter/setter method? That could make this toggle-able at runtime. Thoughts @gkatsev?
Thanks @misteroneill, |
Yeah, I don't think it's worth it. We can add it in later if someone requests it. |
how can replay/restart videos programatically from start? |
Description
A proposed fix for #4802
Specific Changes proposed
I added 'replay' option to the PlayToggle component.
Requirements Checklist