mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix: localize HeaderAction
, ImageLoader
transitions (#1502)
This commit is contained in:
parent
8dd9169a33
commit
e900b47ff0
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue