feat(home): intro + outro animations
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user