Linear interpolation is not linear! It's bezier! Why?
I have a point control in my comp. And I want to go from 0 to about 1000 000 000 000.
I add a starting point of 0, and endpoint of 1000 000 000 000. So far so good. Interpolation is how I would expect it to be.
Now I add a point in between of a value of 50. And now the values between 0 and 50 go to minus!!! Why? I did not set any bezier curve or any easing interpolation.
Is this just problem of big numbers?
The value graph shows me the same. Any explanation?
(Check the images for more information).
It drives me crazy. I need this control, because I have an expression, where I want to display a sextillion in text – respectively it should count up from 0.
A Slider control does not go above 100000, so I switched to the point control. But if it goes to negative numbers in between, it's all for nothing...
From 0 to 10^12.
Just linear points.

Also in between no negative values:

The point in the middle represents a value of 50.
Now the values between 0 and 50 go to negative numbers:

Which is also seen in the value graph. (the green line is below 0.

I do not understand this at all!
Thanks for some help here.
Cheers
J
