-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
Interpolator.interpolate() should not be final, as overriding the curve() method is insufficient for situations where you need to maintain tangent continuity. The tangent interpolator is one very excellent way of maintaining tangent continuity, but given the nature of animation curves, there are a number of special cases that would benefit from custom Interpolate.interpolate() methods.