feat(settings): animate transition to submenu (background and sliding)
This commit is contained in:
@@ -135,8 +135,6 @@ useKeyDown((key) => {
|
||||
});
|
||||
|
||||
onRender((ctx) => {
|
||||
assets.images.home.topScreen.background.draw(ctx, 0, 0);
|
||||
|
||||
// slash divider
|
||||
ctx.globalAlpha = animation.opacity;
|
||||
ctx.translate(0, animation.offsetY);
|
||||
|
||||
Reference in New Issue
Block a user