From 0f999a649823da2b4dde075f3bf1ff350eca4ad9 Mon Sep 17 00:00:00 2001 From: Kognise Date: Fri, 5 Apr 2019 12:56:23 -0400 Subject: [PATCH] Animate transform --- water.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/water.css b/water.css index c74bc2e..0d483e4 100644 --- a/water.css +++ b/water.css @@ -16,7 +16,8 @@ a, button, input { transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, - box-shadow 0.1s linear; + box-shadow 0.1s linear, + transform 0.1s linear; } a {