Skip to content

Commit

Permalink
3s
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Jul 8, 2022
1 parent 8c3a743 commit 3e61d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/picture-in-picture-playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<button id="addVideoButton">Add Video</button>
<button id="delayButton" disabled>Enter Picture-in-Picture twice</button>
<button id="addVideoInIframeButton">Add Video in Iframe</button>
<button id="delayPipButton">Enter Picture-in-Picture after 1s</button>
<button id="delayPipButton">Enter Picture-in-Picture after 3s</button>
<label>
<input id="rafCheckbox" type="checkbox">
<code>requestAnimationFrame()</code>
Expand Down Expand Up @@ -185,7 +185,7 @@
.catch(e => {
log.textContent += e + '\n';
});
}, 1000);
}, 3000);
});

window.addEventListener('message', function(e) {
Expand Down

0 comments on commit 3e61d9e

Please sign in to comment.