From 5bea1f59d774ce595e95188b5d9cbe32cae490fa Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 7 Jul 2021 23:15:02 +0300 Subject: [PATCH] Tab List: Syncronize animations --- src/util/fastSmoothScrollHorizontal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/fastSmoothScrollHorizontal.ts b/src/util/fastSmoothScrollHorizontal.ts index 491fb23ee..192613597 100644 --- a/src/util/fastSmoothScrollHorizontal.ts +++ b/src/util/fastSmoothScrollHorizontal.ts @@ -2,7 +2,7 @@ import { fastRaf } from './schedulers'; import { animate } from './animation'; import { IS_IOS } from './environment'; -const DURATION = 450; +const DURATION = 300; export default function fastSmoothScrollHorizontal(container: HTMLElement, left: number) { // Native way seems to be smoother in Chrome