From 7e2d33581cfdcf74c3c65209fdaae1825626af7a Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sat, 14 Dec 2019 12:34:24 -0800 Subject: [PATCH] different ease --- site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.css b/site.css index 2239e05..df4528b 100644 --- a/site.css +++ b/site.css @@ -47,12 +47,12 @@ h2 { cursor: pointer; transition-duration: .05s; transition-property: transform, box-shadow; - transition-timing-function: ease-in-out; + transition-timing-function: ease-out; } .Grid img:hover { box-shadow: 1px 2px 5px rgba(0, 0, 0, .7); - transform: scale(1.5); + transform: scale(1.4); } .BigPicture {