ModelComponent.stop() method

Stop an animation on the 3D model

Signature:

stop(name: string, opts: {
        fadeOut?: number;
    }): void;

Parameters

Parameter

Type

Description

name

string

opts

{ fadeOut?: number; }

**Returns:**

void