UMD Web Elements Library
    Preparing search index...

    Interface AnimationProps

    interface AnimationProps {
        animationDelay?: number;
        animationDuration?: number;
        animationType?: "fade" | "slide" | "scale" | "none";
        includesAnimation?: boolean;
    }
    Index

    Properties

    animationDelay?: number
    animationDuration?: number
    animationType?: "fade" | "slide" | "scale" | "none"
    includesAnimation?: boolean