From 497a8abee4cde1d32ba60ca1070e14a8ecb8b6b4 Mon Sep 17 00:00:00 2001 From: Adrian Kirk Date: Wed, 12 Oct 2022 00:29:06 +0100 Subject: [PATCH] Sliding Clock: date should scroll in from left so not to cash with minutes --- apps/slidingtext/slidingtext.locale.hyb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/slidingtext/slidingtext.locale.hyb.js b/apps/slidingtext/slidingtext.locale.hyb.js index a1916cd05..8342019ec 100644 --- a/apps/slidingtext/slidingtext.locale.hyb.js +++ b/apps/slidingtext/slidingtext.locale.hyb.js @@ -41,7 +41,7 @@ class EnglishDateFormatter extends DateFormatter { small: { size: 'ssmall', scroll_off: ['left','right'], - scroll_in: ['left','right'], + scroll_in: ['left'], } }; }