diff --git a/web-svelte/src/components/SciFi-Button.svelte b/web-svelte/src/components/SciFi-Button.svelte index c94abaf..35b219f 100644 --- a/web-svelte/src/components/SciFi-Button.svelte +++ b/web-svelte/src/components/SciFi-Button.svelte @@ -71,8 +71,8 @@ button { height: calc(100% - 20px); margin: 10px; padding: 5px 7px; - transition: all .6s ease; - transition: opacity .3s ease; + transition: all .7s ease; + transition: opacity .7s ease; width: calc(100% - 20px); outline: none; @@ -104,7 +104,7 @@ button { box-sizing: border-box; width: calc(100% - 10px); height: calc(100% - 10px); /* 100% - 20px + 10px */ - transition: all .7s ease; + transition: all .8s ease; } } \ No newline at end of file