LibWeb: Don't play initially-paused animations

This commit is contained in:
Gingeh
2025-06-16 12:26:42 +10:00
committed by Jelle Raaijmakers
parent 6169e91994
commit e96338dd63
Notes: github-actions[bot] 2025-06-18 15:18:49 +00:00
11 changed files with 143 additions and 37 deletions

View File

@@ -41,6 +41,7 @@
div.style.display = "none";
done();
});
div.style.animationPlayState = "running";
});
</script>
</body>