mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
comment appearance animation
This commit is contained in:
parent
4971c85132
commit
8daa08d61b
1 changed files with 10 additions and 1 deletions
|
@ -1,2 +1,11 @@
|
|||
.wrap {
|
||||
@keyframes appear {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.wrap {
|
||||
animation: appear 1s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue