From 8d3f4512f6f41720740680aae9e6ceb5cd2be691 Mon Sep 17 00:00:00 2001 From: duarte-pompeu Date: Sat, 28 Aug 2021 03:50:44 +0100 Subject: [PATCH] [docs] Fix the speed of the typewriter example to scale correctly (#6568) --- site/content/docs/02-template-syntax.md | 12 +++++++----- .../04-custom-js-transitions/App.svelte | 6 +++--- .../05-custom-js-transitions/app-b/App.svelte | 6 +++--- .../10-transitions/05-custom-js-transitions/text.md | 4 ++-- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 8f3afce281..8f9dc7b68f 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -963,20 +963,22 @@ A custom transition function can also return a `tick` function, which is called {#if visible} -

+

The quick brown fox jumps over the lazy dog

{/if} diff --git a/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte b/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte index 396c793639..5e1ad9863c 100644 --- a/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte +++ b/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte @@ -1,7 +1,7 @@