When you have an Easing for an animation, the animation follows the equation of that easing. This script describes what I mean very well.
Let's assume I did chose an Easing, any easing, and an animation time for example 1000 ms. The animation will follow the easing equation fully. If I split the time to 500 ms, the animation period will split but it'll full the same easing equation.
What I want to do is not to split only the time, but also the easing equation. That is the animation completes, but it doesn't follow the full equation but only the half.
It's a little bit complicated, I know, I wonder if there is a solution.