From 4e8ab75d5864dfe65a0250668c59a49e6651c4c2 Mon Sep 17 00:00:00 2001 From: Alex Simonides Date: Thu, 7 Nov 2019 13:26:27 -0800 Subject: [PATCH] Use the Wayback Machine link --- site/content/tutorial/09-motion/01-tweened/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/09-motion/01-tweened/text.md b/site/content/tutorial/09-motion/01-tweened/text.md index bc3a27a602..50cd0c2fba 100644 --- a/site/content/tutorial/09-motion/01-tweened/text.md +++ b/site/content/tutorial/09-motion/01-tweened/text.md @@ -28,7 +28,7 @@ Clicking the buttons causes the progress bar to animate to its new value. It's a ``` -> The `svelte/easing` module contains the [Penner easing equations](https://github.com/danro/jquery-easing/blob/master/jquery.easing.js), or you can supply your own `p => t` function where `p` and `t` are both values between 0 and 1. +> The `svelte/easing` module contains the [Penner easing equations](https://web.archive.org/web/20190805215728/http://robertpenner.com/easing/), or you can supply your own `p => t` function where `p` and `t` are both values between 0 and 1. The full set of options available to `tweened`: