Update App.svelte

pull/2741/head
Rich Harris 5 years ago committed by GitHub
parent 1b4446030b
commit b62328d6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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