feat(settings): intro and outro animation

This commit is contained in:
2026-02-05 20:44:19 +01:00
parent 3e934540eb
commit 7bd88d6660
10 changed files with 306 additions and 52 deletions

View File

@@ -2,6 +2,7 @@
const { onRender } = useScreen();
const app = useAppStore();
const store = useSettingsStore();
const { assets } = useAssets();
const CENTER_X = 63;
@@ -53,7 +54,7 @@ function drawLine(
}
onRender((ctx) => {
ctx.translate(0, -16);
ctx.translate(0, -16 + store.notificationYOffset / 3);
assets.images.home.topScreen.clock.draw(ctx, 13, 45);