1
1
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:
Jon Rohan 2021-06-07 20:15:50 -07:00 committed by GitHub
parent 8175f88447
commit 1d366c4b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Adding fill mode forwards to anim-fade-out

View File

@ -25,6 +25,7 @@
.anim-fade-out {
animation-name: fade-out;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
&.fast {