compare: slow base playback 4x (1x = 1600ms/frame, was 400ms)
This commit is contained in:
parent
d0b026734a
commit
a976ba893a
@ -485,7 +485,7 @@ async function main() {
|
||||
const tb = framesOf(panels.b);
|
||||
return Math.max(ta, tb, 2);
|
||||
}
|
||||
function baseMsPerFrame() { return 400 / parseFloat(speedSel.value || '1'); }
|
||||
function baseMsPerFrame() { return 1600 / parseFloat(speedSel.value || '1'); }
|
||||
|
||||
function tick(ts) {
|
||||
requestAnimationFrame(tick);
|
||||
|
||||
@ -111,6 +111,6 @@
|
||||
</section>
|
||||
|
||||
<script src="/static/theme.js?v=11"></script>
|
||||
<script type="module" src="/static/compare.js?v=2"></script>
|
||||
<script type="module" src="/static/compare.js?v=3"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user