react-native-animated-modal
    Preparing search index...

    Interface ScaleAnimationConfig

    interface ScaleAnimationConfig {
        duration?: number;
        type: "scale";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    duration?: number

    Duration of the animation in milliseconds.

    350
    
    type: "scale"

    Must be 'scale'.