Sliding Clock: date should scroll in from left so not to cash with minutes

pull/2178/head
Adrian Kirk 2022-10-12 00:29:06 +01:00
parent 9cd98fd1ab
commit 497a8abee4
No known key found for this signature in database
GPG Key ID: 5A448EB0FC623526
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class EnglishDateFormatter extends DateFormatter {
small: { small: {
size: 'ssmall', size: 'ssmall',
scroll_off: ['left','right'], scroll_off: ['left','right'],
scroll_in: ['left','right'], scroll_in: ['left'],
} }
}; };
} }