fix: localize HeaderAction, ImageLoader transitions (#1502)

This commit is contained in:
Tee Ming 2022-10-04 09:33:04 +08:00 committed by GitHub
commit e900b47ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@
style="width: 100%;{$$restProps.style}"
src="{src}"
alt="{alt}"
transition:fade="{{ duration: fadeIn ? fast02 : 0 }}"
transition:fade|local="{{ duration: fadeIn ? fast02 : 0 }}"
/>
{/if}
{#if error}
@ -103,7 +103,7 @@
style="width: 100%;{$$restProps.style}"
src="{src}"
alt="{alt}"
transition:fade="{{ duration: fadeIn ? fast02 : 0 }}"
transition:fade|local="{{ duration: fadeIn ? fast02 : 0 }}"
/>
{/if}
{#if error}