[feat] animations

This commit is contained in:
kwaroran
2023-07-20 22:29:43 +09:00
parent 244f06e2c4
commit 423bad2525
12 changed files with 350 additions and 201 deletions

View File

@@ -6,6 +6,7 @@
max={max}
step={step}
bind:value
on:change
>
<!-- <div class="p-6 max-w-sm mx-auto bg-gray-800 rounded-xl shadow-md flex items-center space-x-4 w-full" class:mb-4={marginBottom}>

View File

@@ -1,5 +1,6 @@
<script lang="ts">
import { CCLicenseData, tooltip } from "src/ts/copyright/license";
import { CCLicenseData } from "src/ts/copyright/license";
import { tooltip } from "src/ts/gui/tooltip";
import { openURL } from "src/ts/storage/globalApi";
export let license = ""