Skip to content

Commit

Permalink
ExpansionPanel: set local transition
Browse files Browse the repository at this point in the history
  • Loading branch information
vikignt committed Dec 18, 2019
1 parent ac31314 commit a104387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpansionPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</button>

{#if active}
<div class="content" transition:slide={{ duration: 250 }}>
<div class="content" transition:slide|local={{ duration: 250 }}>
<slot />
</div>
{/if}
Expand Down

0 comments on commit a104387

Please sign in to comment.