diff --git a/package.json b/package.json index adcd3a8..3756d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "6.4.146", + "version": "6.4.147", "license": "BUSL-1.1", "private": true, "packageManager": "pnpm@9.15.5", diff --git a/src/lib/modules/native.ts b/src/lib/modules/native.ts index e17561a..13c9a8c 100644 --- a/src/lib/modules/native.ts +++ b/src/lib/modules/native.ts @@ -13,7 +13,7 @@ const dummyFiles = [ type: 'video/webm', size: 1234567890, path: '/Amebku.webm', - url: 'video.mkv', + url: '/video.mkv', id: 0 } // { diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f9058e3..5076506 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -59,11 +59,12 @@ 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0' /> - + + fill='freeze' + begin='0.15s' /> - + + fill='freeze' + begin='0.15s' /> @@ -120,7 +122,7 @@ } .logo-container { - animation: logo-scale .2s ease-out .05s both; + animation: logo-scale .2s ease-out .2s both; } @keyframes logo-scale { @@ -139,7 +141,7 @@ background: linear-gradient(to right, #fff, transparent); opacity: calc(var(--dist-factor, 0) * var(--spotlight-opacity, 1)); transform: rotate(var(--to-angle)) perspective(calc(var(--to-size) * 2px)) rotateY(calc(var(--dist-factor) * -50deg - 20deg)); - animation: spotlight-properties .1s ease-out both, spotlight-fade .4s ease-out both; + animation: spotlight-properties .1s ease-out .15s both, spotlight-fade .55s ease-out both; } @keyframes spotlight-properties { diff --git a/svelte.config.js b/svelte.config.js index 186304a..25764ce 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -8,8 +8,8 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' /** * Custom adapter wrapper that extends @sveltejs/adapter-static * to inject font preload links after the build is complete - * - * @param {import('@sveltejs/adapter-static').AdapterOptions & {fontNames?: string[], formats?: string[]}} options + * + * @param {import('@sveltejs/adapter-static').AdapterOptions & {fontNames?: string[], formats?: string[]}} options * @returns {import('@sveltejs/kit').Adapter} */ const adapterWithFontPreload = (options = {}) => {