From 1b4446030b8641a2859b507522f3016f579cea20 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 @@