From 824ebda7c83f76a21832da4b97b4022e7bf747c0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:38:03 +1100 Subject: popupwindow: allow different anims for show/hide --- scss/launcher.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scss/launcher.scss') diff --git a/scss/launcher.scss b/scss/launcher.scss index 3f86f77..44b135d 100644 --- a/scss/launcher.scss +++ b/scss/launcher.scss @@ -2,6 +2,14 @@ @use "lib"; @use "font"; +.launcher-wrapper { + @include lib.ease-in-out; + + &.visible { + @include lib.overshot; + } +} + .launcher { @include lib.rounded(10); @include lib.border(scheme.$overlay0, 0.2); -- cgit v1.2.3-freya