website_next: part 5

This commit is contained in:
nym21
2026-07-06 15:54:25 +02:00
parent 3f2a48f248
commit 2207ec1b7e
25 changed files with 1083 additions and 130 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function readCssDuration(name) {
return Number.parseFloat(value) * (value.endsWith("ms") ? 1 : 1000);
}
function waitForTransition() {
export function waitForTransition() {
return wait(readCssDuration("--transition-duration"));
}