mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
:3
This commit is contained in:
parent
adecc668f1
commit
18785ff8c7
1 changed files with 2 additions and 2 deletions
|
@ -2180,7 +2180,7 @@ if (/[?&]autoplay=/.test(location.search)) {
|
|||
|
||||
<script id="video" type="application/json"><%- JSON.stringify(inv_vid) %></script><script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
|
||||
|
||||
<!-- Ambient Mode, for PokeTube -->
|
||||
<!-- Ambient Mode, for Poke -->
|
||||
<% if(IsOldWindows) { %>
|
||||
<script>
|
||||
console.error("[AMBIENT MODE] error_device_not_supported")
|
||||
|
@ -2196,7 +2196,7 @@ const evenCanvas = document.getElementById("ambient-canvas-2")
|
|||
const oddCtx = oddCanvas.getContext("2d")
|
||||
const evenCtx = evenCanvas.getContext("2d")
|
||||
|
||||
const frameIntervalMs = 760
|
||||
const frameIntervalMs = 880
|
||||
const canvasOpacity = "0.4"
|
||||
|
||||
let intervalId
|
||||
|
|
Loading…
Reference in a new issue