-5
How to make that youtube style system that the video only starts to rotate when the page is focused.
Like, if you open the page in a new tab and do not click on it the page will load but the video will not "rotate", only if I click on the tab it starts to work, how do it ?
window.Focus() https://developer.mozilla.org/en-US/docs/Web/API/Window/focus
– hugocsl