Update Penner easing functions link

robertpenner.com seems to be offline, but I went through an archived version to find a live link of a javascript implementation with his license on it
pull/3865/head
Alex Simonides 6 years ago committed by GitHub
parent f3650a6ff6
commit d795ac2cd7
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](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 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 full set of options available to `tweened`: The full set of options available to `tweened`:

Loading…
Cancel
Save