Skip to content

Commit

Permalink
fix: disable already started transitions when disabling animations (#985
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shadowusr authored Aug 1, 2024
1 parent d2f1218 commit 89754ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/client-scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ function disableFrameAnimationsUnsafe() {
" animation-timing-function: step-start !important;",
" transition-timing-function: step-start !important;",
" scroll-behavior: auto !important;",
" transition: none !important;",
"}"
].join("\n");

Expand Down

0 comments on commit 89754ec

Please sign in to comment.