From ef0961402d5d84ed38ce0c06929dda41d58f9c63 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 12 Mar 2020 13:27:42 -0700 Subject: [PATCH] ease --- Resources/Views/welcome.leaf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Views/welcome.leaf b/Resources/Views/welcome.leaf index aba6a00..8164fc5 100755 --- a/Resources/Views/welcome.leaf +++ b/Resources/Views/welcome.leaf @@ -11,7 +11,8 @@ .yolo{ float: left; display: block; - transition: all .1s ease-in-out; + transition: all .1s ease-in; + transition: all 1s ease-out; height: 30px; width: 30px; }