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

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

View File

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