Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Merge dde48c4 into 980a7d4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLunko committed Mar 5, 2021
2 parents 980a7d4 + dde48c4 commit 6371d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/clientSideScripts/setCustomCss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export default function setCustomCss(cssOptions: CssOptions): void {
if (document.head == null) {
return;
}

// disabling CSS animations for everything including pseudo elements
const disableTransformationsTransitionsAnimations = `
* {
*, *::before, *::after {
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
Expand Down

0 comments on commit 6371d50

Please sign in to comment.