mirror of
https://github.com/primer/css.git
synced 2024-12-23 14:13:14 +03:00
Adding fill mode forwards to anim-fade-out (#1450)
* Adding fill mode forwards to anim-fade-out * Create neat-poems-flow.md
This commit is contained in:
parent
8175f88447
commit
1d366c4b2c
5
.changeset/neat-poems-flow.md
Normal file
5
.changeset/neat-poems-flow.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Adding fill mode forwards to anim-fade-out
|
@ -25,6 +25,7 @@
|
||||
.anim-fade-out {
|
||||
animation-name: fade-out;
|
||||
animation-duration: 1s;
|
||||
animation-fill-mode: forwards;
|
||||
animation-timing-function: ease-out;
|
||||
|
||||
&.fast {
|
||||
|
Loading…
Reference in New Issue
Block a user