@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Type Alias TiltAnimation

    type TiltAnimation = {
        image: (DocumentImageType | undefined)[];
        tiltType: TiltAnimationType;
        type: AnimationType.Tilt;
    }
    Index

    Properties

    Properties

    image: (DocumentImageType | undefined)[]
    tiltType: TiltAnimationType
    type: AnimationType.Tilt