feat(settings): animate transition to submenu (background and sliding)
This commit is contained in:
@@ -72,8 +72,6 @@ const handleConfirm = async () => {
|
||||
};
|
||||
|
||||
onRender((ctx) => {
|
||||
assets.images.home.topScreen.background.draw(ctx, 0, 0);
|
||||
|
||||
ctx.globalAlpha = animation.opacity;
|
||||
ctx.translate(0, animation.offsetY);
|
||||
assets.images.settings.bottomScreen.clock.timeColon.draw(ctx, 112, 63);
|
||||
|
||||
Reference in New Issue
Block a user