From f50766fa83d5f2caaad1e086a23adc0ab2ec5d97 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 27 Dec 2019 16:12:01 -0600 Subject: [PATCH] Animate the big button a bit --- gorge.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gorge.css b/gorge.css index e25936f..dd8a622 100644 --- a/gorge.css +++ b/gorge.css @@ -24,11 +24,18 @@ button { color: #ddd; background-color: #211; width: 300px; - height: 200px; + height: 300px; position: relative; top: 30px; margin: auto; font-size: 60px; + transition: 0.5s; + transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 2.275) +} + +#tasty-micro:active { + transform: scale(0.9, 0.9); + transition: 0s; } #top-bar {