CSS timing functions always seem to be between 2 points:
Even with custom bezier curves, your curve can only go from one point to another.
Is it possible to make a custom CSS timing function, where you can make a curve that consists of multiple points?


We have the following timing functions.
I hope in the future we get more. For now, we have to fiddle with the percentages of the time to create the custom timing like:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions