[docs] Tutorial easing equations reference

I changed the link because the previous one is a reference to a page that no longer exists. Use Svelte documentation seems better to me
pull/7989/head
Daniel Rincón Hdez 4 years ago committed by GitHub
parent df2e927b46
commit d7222a12ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ Clicking the buttons causes the progress bar to animate to its new value. It's a
</script> </script>
``` ```
> 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 `svelte/easing` module contains [easing functions](https://svelte.dev/docs#run-time-svelte-easing) for you to use, 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`: The full set of options available to `tweened`:

Loading…
Cancel
Save