We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8175f88 commit 1d366c4Copy full SHA for 1d366c4
.changeset/neat-poems-flow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Adding fill mode forwards to anim-fade-out
src/utilities/animations.scss
@@ -25,6 +25,7 @@
25
.anim-fade-out {
26
animation-name: fade-out;
27
animation-duration: 1s;
28
+ animation-fill-mode: forwards;
29
animation-timing-function: ease-out;
30
31
&.fast {
0 commit comments