diff --git a/src/routes/Switcher.svelte b/src/routes/Switcher.svelte index 4ea60d3..4900d47 100644 --- a/src/routes/Switcher.svelte +++ b/src/routes/Switcher.svelte @@ -72,4 +72,8 @@ box-shadow: 0px 0px var(--main-color); transform: translate(4px, 4px); } + + .switcher { + transition: all 0.05s; +} \ No newline at end of file