fix(stage-web): animations

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
Neko Ayaka
2025-03-07 14:43:54 +08:00
parent 687f7f4a3b
commit 41f43504ef
2 changed files with 5 additions and 5 deletions
+1
View File
@@ -77,6 +77,7 @@ words:
- Llmmarker
- lobehub
- logg
- lucide
- Maru
- micvad
- mineflayer
@@ -30,12 +30,11 @@ onMounted(() => {
<style scoped>
.circle-expansion-transition {
position: absolute;
top: 50%;
left: 50%;
width: 150%;
aspect-ratio: 1 / 1;
top: calc(50% - 75vmax);
left: calc(50% - 75vmax);
width: 150vmax;
height: 150vmax;
pointer-events: none;
transform: translate(-50%, -50%);
}
.circle-expansion-transition div {