From 1bab4097e9561975b541e4cd4368c0e547aca644 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 00:47:19 +0300 Subject: drop transition-timing-function --- src/main/assets/style.css | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 9e4a4c77..09e8abb6 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -106,7 +106,6 @@ body > header { width: 100%; z-index: 10; transition-duration: 0.5s; - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-property: transform; } #header_wrapper { -- cgit v1.2.3