Willy Brauner
Willy Brauner
Is there a way to get only percent progress number on real time ? I would like to use it like needed on different components. Thanks
https://github.com/cher-ami/router/blob/3228a14e305437e185a42b9bd02cc14616eb4ca4/src/components/Link.tsx#L43
Currently, we can compute only `from`, `to` and `duration`. It will be interesting to compute `ease`, `reverseEase`, and `delay`
Rename `beforeStart` method to `onStart` on Interpol instance, in order to more feat to the GSAP's API. ## edit - `beforeStart` and `onStart` should be exist both