Update App.svelte

pull/7738/head
Rich Harris 6 years ago committed by GitHub
parent f572d4611f
commit 6aaa2d67c0

@ -3,7 +3,7 @@
import { crossfade } from 'svelte/transition';
import { flip } from 'svelte/animate';
const [ send, receive ] = crossfade({
const [send, receive] = crossfade({
fallback(node, params) {
const style = getComputedStyle(node);
const transform = style.transform === 'none' ? '' : style.transform;
@ -146,4 +146,4 @@
</label>
{/each}
</div>
</div>
</div>

Loading…
Cancel
Save