Skip to content

Commit

Permalink
tweak interact screen
Browse files Browse the repository at this point in the history
  • Loading branch information
konekowo committed Mar 21, 2024
1 parent 31b3cbf commit 95015e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screens/InteractScreen/InteractScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class InteractScreen extends Screen {

public onClose(): Promise<Screen> {
return new Promise((resolve) => {
ease.add(this.text, {alpha: 0, scale: 0.5}, {duration: 200, ease: "easeOutQuad"});
ease.add(this.text, {alpha: 0, scale: 0.5}, {duration: 200, ease: "easeInOutQuad"});
setTimeout(() => {
resolve(this);
},200);
Expand Down

0 comments on commit 95015e7

Please sign in to comment.