I can’t animate from specific keys? it always goes past the “to” value and finishes out.
this happens for both animationGroup and scene.beginAnimation.
Also:
scene.beginAnimation allows you to use positive values of speedRatio for reverse animations.
AnimationGroup.start requires a negative value on reverse.
Can you update AnimationGroup.start to match the scene behavior?
I would try to do it myself, but I don’t have a typescript build system and I am having difficulty finding where the code is running.
I recreated one of the other animation PG to reduce the code.
Normal animation: start at 3x big, shrink to nothing.
Reverse: come from nothing, end 3x big.
if I try to do just specific range of keys, like first 2, it does not stop at the key, which should leave it scaled at 1.5x. the documentation leads me to think it is supposed to.