Skip to content

Instantly share code, notes, and snippets.

@ayoubjamouhi
Created February 4, 2022 09:25
Show Gist options
  • Save ayoubjamouhi/3ebee50f05d2e457717ab6c41a05fa82 to your computer and use it in GitHub Desktop.
Save ayoubjamouhi/3ebee50f05d2e457717ab6c41a05fa82 to your computer and use it in GitHub Desktop.
const isVideoPlaying = video => !!(video.currentTime > 0 && !video.paused && !video.ended && video.readyState > 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment