Skip to content

mosaicgallery / HoverEffect

Variable: HoverEffect

const HoverEffect: object

Defined in: gallery/config.ts:16

Hover effect applied, when the mouse is hovered over a gallery image.

Type Declaration

Grayscale

Grayscale: string = "grayscale"

Images are grayscale and only turn colorful when hovering over them.

Lift

Lift: string = "lift"

Image gets lifted up and casts a small shadow.

None

None: string = "none"

No effect.

Scale

Scale: string = "scale"

Small zoom in effect on hovering.