mirror of https://github.com/sveltejs/svelte
3 lines
70 B
3 lines
70 B
7 years ago
|
{#each things as thing (thing)}
|
||
|
<div animate:flip>flips</div>
|
||
|
{/each}
|