feat(home): intro + outro animations

This commit is contained in:
2025-11-16 20:19:47 +01:00
parent 0c5490d4ee
commit 10584db979
18 changed files with 2764 additions and 5088 deletions

View File

@@ -46,7 +46,7 @@ useRender((ctx) => {
const w = Math.floor(currentWidth);
const h = Math.floor(currentHeight);
ctx.globalAlpha = props.opacity / 100;
ctx.globalAlpha = props.opacity;
ctx.drawImage(cornerImage.value, x, y);