mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 21:52:33 +01:00
This commit is contained in:
parent
95dc762faf
commit
c67abdad55
3 changed files with 5 additions and 5 deletions
|
|
@ -50,15 +50,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes scale {
|
||||
@keyframes bottom2Top {
|
||||
0% {
|
||||
transform: scaleY(1.3);
|
||||
transform: translateY(60px);
|
||||
transform-origin: 0 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scaleY(1);
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue