Accelerating Rotation through Expressions and Slider
Hi, I'm trying to do here an accelerating rotation, but I'm just unable to solve one issue.
I have here a wind turbine, which is rotation in constant speed, however in One moment, I want it to speed up to reach a set peek of speed and then slowly slow down to normal speed.
I'v set up expressions on the rotation:
baseSpeed = 100;
boostAmount = effect("Boost")("Slider");
value + time * (baseSpeed + boostAmount);
I'v added Slider, named it Boost and set up 3 keyframes at values 0-100-0, added Easy In and Out.
However I found out, that during the peek speed, the turbine rotation switches to the other direction and in the end slowly stops and starts rotating back its original direction. When I look at the speed graph,i guess it is trying to compensate the value of speed, which went up, by doing it in negative values. Which in many cases is necessary in order of the rules of physics, but here it is not.


I'v tried to find solution on the internet and tried to solve it through ChatGPT, but I wasn't successful.
