Skip to content

Commit e4acdc6

Browse files
author
Nikolai Chemov
committed
disable animations
1 parent 9bbb2e7 commit e4acdc6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,11 @@
161161

162162
html, body {
163163
touch-action: manipulation;
164+
}
165+
166+
*,
167+
*::before,
168+
*::after {
169+
transition: none !important;
170+
animation: none !important;
164171
}

0 commit comments

Comments
 (0)