interface FocusOptions {
    blur?: number;
    cover?: boolean;
    coverLimit?: boolean;
    duration?: number;
    exitView?: View;
    noViewAni?: boolean;
    transition?: MarkerFocusTransition;
    view?: View;
}

Properties

blur?: number

Blur the image during transition, in pixels

cover?: boolean

Open as cover view, but don't limit it

coverLimit?: boolean

Limit the focussed image to cover view, defaults to false

duration?: number

Transition duration in ms

exitView?: View

Animate the previously focussed image to this view during exit transition

noViewAni?: boolean

Set the target viewport immediately

Transition animation, defaults to crossfade

view?: View

Optional target image view