From dc3c5c7d1818f0903711f1cbd78fe69399e9e822 Mon Sep 17 00:00:00 2001 From: Patrik Kullman Date: Tue, 6 Nov 2018 15:33:06 +0100 Subject: [PATCH] Revert "Transition/animate between items faster" This reverts commit d625f448bed843d90eefcccd5aca4d6a689baf83. --- cosmoz-data-nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmoz-data-nav.html b/cosmoz-data-nav.html index 9c23f35..a7c431b 100644 --- a/cosmoz-data-nav.html +++ b/cosmoz-data-nav.html @@ -62,7 +62,7 @@ } :host([animating]) #items > ::slotted(.animatable){ - transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s; + transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s; backface-visibility: hidden; }