different ease

This commit is contained in:
2019-12-14 12:34:24 -08:00
parent 26bf84941d
commit 7e2d33581c

View File

@@ -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 {