effex-monorepo
    Preparing search index...

    Interface AnimationOptions

    Animation options for route transitions.

    interface AnimationOptions {
        enter?: string;
        enterFrom?: string;
        enterTo?: string;
        exit?: string;
    }
    Index

    Properties

    enter?: string
    enterFrom?: string
    enterTo?: string
    exit?: string