Skip to content

Commit

Permalink
commenting out prefers-reduced-motion
Browse files Browse the repository at this point in the history
commenting out prefers-reduced-motion as not required for our applications
  • Loading branch information
lanesCSO committed Aug 10, 2023
1 parent aa2e29f commit f6dd269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
/*@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
Expand All @@ -261,7 +261,7 @@
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }
transition-duration: 0s; } }*/

@-webkit-keyframes fa-beat {
0%, 90% {
Expand Down
10 changes: 1 addition & 9 deletions css/all.min.css

Large diffs are not rendered by default.

0 comments on commit f6dd269

Please sign in to comment.