Hi, I’m using the Ease node to interpolate between two vectors and using a linear 0 - 1 timeline to drive alpha. I’m getting a confusing result.
Even when Ease node is set to Linear, the vector interpolates as if it has a very very strong ease in. By 30% on my timeline, the Ease node is returning the vector at the destination (B) and it just moves by decimal points for the remaining 60% of the timeline.
When I replace the Timeline / ease setup with a VinterpTo it behaves as expected, but I prefer a Timeline for my use case. Am I missing something when it comes to easing vectors?
Thanks, but I want to set the interpolation type per use (I disconnected the pin to make my example clearer, but in this case it likely made it less clear!)