mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb: Don't play initially-paused animations
This commit is contained in:
committed by
Jelle Raaijmakers
parent
6169e91994
commit
e96338dd63
Notes:
github-actions[bot]
2025-06-18 15:18:49 +00:00
Author: https://github.com/Gingeh Commit: https://github.com/LadybirdBrowser/ladybird/commit/e96338dd63c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5114 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/tcl3
@@ -41,6 +41,7 @@
|
||||
div.style.display = "none";
|
||||
done();
|
||||
});
|
||||
div.style.animationPlayState = "running";
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user