mithril-materialized
    Preparing search index...

    Interface CarouselOptions

    interface CarouselOptions {
        dist?: number;
        duration?: number;
        fullWidth?: boolean;
        indicators?: boolean;
        noWrap?: boolean;
        numVisible?: number;
        padding?: number;
        shift?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dist?: number

    Zoom scale (perspective distance)

    duration?: number

    Duration of carousel item change animation in ms

    fullWidth?: boolean

    Change to full width styles

    indicators?: boolean

    Toggle indicators

    noWrap?: boolean

    Don't wrap around and cycle through items

    numVisible?: number

    Number of visible items in carousel

    padding?: number

    Padding between non-center items

    shift?: number

    Spacing for center image