Skip to content

Commit

Permalink
Add reduce motion media query to the edit post fade-in animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Feb 21, 2019
1 parent cd11274 commit 4503f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/stylesheets/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
@mixin edit-post__fade-in-animation($speed: 0.2s, $delay: 0s) {
animation: edit-post__fade-in-animation $speed ease-out $delay;
animation-fill-mode: forwards;
@include reduce-motion;
}

0 comments on commit 4503f04

Please sign in to comment.