Skip to content

Commit

Permalink
Adding fill mode forwards to anim-fade-out (#1450)
Browse files Browse the repository at this point in the history
* Adding fill mode forwards to anim-fade-out

* Create neat-poems-flow.md
  • Loading branch information
jonrohan authored Jun 8, 2021
1 parent 8175f88 commit 1d366c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-poems-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Adding fill mode forwards to anim-fade-out
1 change: 1 addition & 0 deletions src/utilities/animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.anim-fade-out {
animation-name: fade-out;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;

&.fast {
Expand Down

0 comments on commit 1d366c4

Please sign in to comment.