What are the exact curve values of the AnimationCurve objects? We want our compose animation to match the viewpoint animation, so we have to know the curve values.
Solved! Go to Solution.
I can't promise they will be exactly the same, though they should be awfully close. From what I'm seeing, the math functions used to determine the curves should match, though there might be subtle differences in the animation durations.
Have a look at https://easings.net/ which is mentioned in the API reference of AnimationCurve.
That open-source site describes the math behind each of the available easing functions and can be used to determine curve values.
Yeap, currently I use exactly this site to mimic the behaviour – could you please confirm the arcgis sdk uses the exact same values for the same-named easings?
I can't promise they will be exactly the same, though they should be awfully close. From what I'm seeing, the math functions used to determine the curves should match, though there might be subtle differences in the animation durations.
thank you for checking ⭐️