Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface AnimationConfig

    Animation configuration for SDK

    interface AnimationConfig {
        animationTimeout?: number;
        defaultLoopBehavior?: AnimationLoopBehavior;
        enableAnimationEvents?: boolean;
        fallbackAnimations?: VRMAnimation[];
    }
    Index

    Properties

    animationTimeout?: number
    defaultLoopBehavior?: AnimationLoopBehavior
    enableAnimationEvents?: boolean
    fallbackAnimations?: VRMAnimation[]