From b62328d6a730e926f5b7d6c2aed42c1ff2fd06ee Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 12 May 2019 13:08:10 -0400 Subject: [PATCH] Update App.svelte --- site/content/examples/10-animations/00-animate/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/examples/10-animations/00-animate/App.svelte b/site/content/examples/10-animations/00-animate/App.svelte index 3b9da92a27..e8637c98c3 100644 --- a/site/content/examples/10-animations/00-animate/App.svelte +++ b/site/content/examples/10-animations/00-animate/App.svelte @@ -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 @@ {/each} - \ No newline at end of file +