calling setCurrentTime causes controls to show while video is playing #1005
eballeste
started this conversation in
Feature requests
Replies: 1 comment
-
I can bring this up with the team, but the intent of this feature was so that the viewer would know that something changed. |
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
-
Expected Behavior
Would love to only see the controls if user is interacting directly with the video while the video is playing. I don't want to completely hide the controls because I want users to be able to pause/play on hover but I also don't want the controls interfering with the video playback while using external controls to view different parts of the video. Seems like a UX bug more than a feature.
Actual Behavior
Playing the video and using
setCurrentTime
, triggered by clicking on external buttons that correspond to different timestamps, will show the pause control button and in my case, this is the big button right in the center of the video.Screen.Recording.2021-01-20.at.11.37.02.PM.mov
Steps to Reproduce
In the demo, play the video and use the
setCurrentTime
button. The controls will pop in and then fade out each time you press the button.Beta Was this translation helpful? Give feedback.
All reactions