dkaoster / scrolly-video

Components for scroll-based (or other externally controlled) playback.
https://scrollyvideo.js.org/
MIT License
965 stars 39 forks source link

Request: custom easing #87

Closed tarsisexistence closed 6 months ago

tarsisexistence commented 7 months ago

Basically, the current implementation of easing is hard coded, but in my experience, sometimes I need it to be customised, let's say the default linear one.

Based on the discussion in the recent PR, it was suggested to have it compatible with d3 easings functions which is really a good idea.