mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 20:11:53 +08:00
This commit is contained in:
parent
95dc762faf
commit
c67abdad55
@ -553,7 +553,7 @@
|
||||
}
|
||||
|
||||
&--animate {
|
||||
animation: scale .3s ease-in-out;
|
||||
animation: bottom2Top .3s ease-in-out;
|
||||
}
|
||||
|
||||
div[data-type="NodeMathBlock"] {
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -172,7 +172,7 @@ export const initUI = (protyle: IProtyle) => {
|
||||
focusByRange(range);
|
||||
}
|
||||
}
|
||||
})
|
||||
});
|
||||
});
|
||||
let overAttr = false;
|
||||
protyle.element.addEventListener("mouseover", (event: KeyboardEvent & { target: HTMLElement }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user