From 87f6dc01f8f1cecc622f1c2c8f0145bf518b535d Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Sat, 25 Dec 2021 22:12:45 -0800 Subject: [PATCH] Updated link to the ease visualizer in the docs The docs had a broken link, pointing to `/examples#easing` instead of `/examples/easing`. --- site/content/docs/03-run-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index 8c5e15fc9a..c4a8b76e65 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -879,7 +879,7 @@ You can see a full example on the [animations tutorial](/tutorial/animate) Easing functions specify the rate of change over time and are useful when working with Svelte's built-in transitions and animations as well as the tweened and spring utilities. `svelte/easing` contains 31 named exports, a `linear` ease and 3 variants of 10 different easing functions: `in`, `out` and `inOut`. -You can explore the various eases using the [ease visualiser](/examples#easing) in the [examples section](/examples). +You can explore the various eases using the [ease visualiser](/examples/easing) in the [examples section](/examples). | ease | in | out | inOut |