aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/anim-gen.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/anim-gen.ts')
-rw-r--r--src/routes/anim-gen.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/routes/anim-gen.ts b/src/routes/anim-gen.ts
index 9138ca9..382237e 100644
--- a/src/routes/anim-gen.ts
+++ b/src/routes/anim-gen.ts
@@ -500,5 +500,9 @@ ${
}
`
).join('')
-}`;
+}
+${[...anim.exportToObject().values()].map(v=>`#app.skip-animation ${v.selector} {
+ animation-duration: 0.01ms;
+}`).join('\n')}
+`;
console.log(output);