svelte/test/parser/samples/animation/input.html

3 lines
70 B

{#each things as thing (thing)}
<div animate:flip>flips</div>
{/each}