зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
165 B
HTML
7 строки
165 B
HTML
|
<script>
|
||
|
addEventListener("DOMContentLoaded", () => {
|
||
|
document.documentElement.animate(
|
||
|
[ { "transform": "rotate3d(1e58, 2, 6, 0turn)" } ], 1000)
|
||
|
})
|
||
|
</script>
|