mirror of https://github.com/sveltejs/svelte
parent
85dcb91f7c
commit
1b4c43b8e5
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: ignore declaration tags for animation directive
|
||||
@ -0,0 +1 @@
|
||||
[]
|
||||
@ -0,0 +1,10 @@
|
||||
<script>
|
||||
function flip(){}
|
||||
</script>
|
||||
|
||||
<div>
|
||||
{#each [] as n (n)}
|
||||
{const a = n}
|
||||
<div animate:flip={a}></div>
|
||||
{/each}
|
||||
</div>
|
||||
Loading…
Reference in new issue