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

    Interface FadeAnimationConfig

    interface FadeAnimationConfig {
        duration?: number;
        type: "fade";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    duration?: number

    Duration of the animation in milliseconds.

    350
    
    type: "fade"

    Must be 'fade'.