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

A way to get back to normal video speed #120

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Yhozen
Copy link

@Yhozen Yhozen commented Jul 18, 2016

The problem that I see is when you change the speed you can't make it "normal" again, so I thought that Double-click in the icon (actually in any part of the div) would be a good idea

tooltip.innerHTML = time
tooltip.style.left = (e.pageX - tooltip.offsetWidth / 2) + "px"
tooltip.style.left = (e.pageX - tooltip.offsetWidth / 2) + 'px'
Copy link

@dawsbot dawsbot Feb 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few linting changes in this diff that seem unnecessary, can these be removed, so it's only a functionality PR?

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

Successfully merging this pull request may close these issues.

None yet

2 participants