mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-24 01:04:39 +01:00
7 lines
115 B
SCSS
7 lines
115 B
SCSS
.fab-appear{
|
|
opacity: 0;
|
|
}
|
|
.fab-appear.fab-appear-active{
|
|
transition: all 0.2s ease-out;
|
|
opacity: 1;
|
|
}
|