Replies: 2 comments
-
Thanks for the feedback. We will review this internally and get back to you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I know this is quite an old feature request but I would like to this as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An event that fires when controls are shown/hidden would be very useful for building custom controls that go alongside the standard Vimeo controls. For example, I want to add a large, easy to use unmute button to an autoplay player and have it fade in and out with the standard controls. It is difficult to mimic the functionality of the standard Vimeo controls because you can't handle
mousemove
over/in a sandboxed iframe.player.on('uihide', function() { ... });
player.on('uishow', function() { ... });
Beta Was this translation helpful? Give feedback.
All reactions