From f572d4611fff7f31b2f36d2204e760b2f8ebe80c Mon Sep 17 00:00:00 2001 From: pngwn Date: Sun, 12 May 2019 10:13:52 +0100 Subject: [PATCH] Update animate example to use animate directive and built-in crossfade function. --- .../10-animations/00-animate/App.svelte | 7 +- .../10-animations/00-animate/crossfade.js | 65 ------------------- 2 files changed, 5 insertions(+), 67 deletions(-) delete mode 100644 site/content/examples/10-animations/00-animate/crossfade.js diff --git a/site/content/examples/10-animations/00-animate/App.svelte b/site/content/examples/10-animations/00-animate/App.svelte index c46096c204..3b9da92a27 100644 --- a/site/content/examples/10-animations/00-animate/App.svelte +++ b/site/content/examples/10-animations/00-animate/App.svelte @@ -1,8 +1,9 @@