FramingBehavior: stopAllAnimations removes all animations from camera

In FramingBehavior#stopAllAnimations, it clears all animations from the _attachedCamera, and the docs said Stops and removes all animations that have been applied to the camera, does this expected to mean all animations applied by FramingBehavior, or all animations of camera, including ones manually created by user?

cc @sebavan, the code currently removes all animations, I don’t know if the intent was to remove only the animations applied by FramingBehavior.

It was the intend but we can add an option to protect the users’ one?

1 Like