🔧 SDK ReferenceManagersPlayerManagerstopAnimationstopAnimationStops an animation on the player.Syntaxplayer.stopAnimation(animId);ParametersNameTypeDescriptionanimIdstringThe ID of the animation to stop.Exampleplayer.stopAnimation('dance');Available on: Client Server