Skip to content

Commit 1d366c4

Browse files
authored
Adding fill mode forwards to anim-fade-out (#1450)
* Adding fill mode forwards to anim-fade-out * Create neat-poems-flow.md
1 parent 8175f88 commit 1d366c4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/neat-poems-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Adding fill mode forwards to anim-fade-out

src/utilities/animations.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
.anim-fade-out {
2626
animation-name: fade-out;
2727
animation-duration: 1s;
28+
animation-fill-mode: forwards;
2829
animation-timing-function: ease-out;
2930

3031
&.fast {

0 commit comments

Comments
 (0)