@nkeff/cardboard-js
    Preparing search index...

    Type Alias AnimationDirectionOptions

    AnimationDirectionOptions:
        | "normal"
        | "reverse"
        | "alternate"
        | "alternate-reverse"
        | "initial"
        | "inherit"
        | string & {}