#100335
admin
Keymaster

Hi Dimitar,

  1. animation=none does indeed resolve the issue
  2. my time zone
    Intl.DateTimeFormat().resolvedOptions()
    {
    "locale": "en-GB",
    "calendar": "gregory",
    "numberingSystem": "latn",
    "timeZone": "Asia/Seoul",
    "year": "numeric",
    "month": "2-digit",
    "day": "2-digit"
    }
  3. no console output (info, debug, warning, error)

Thanks,