How to use the pro-gallery/dist/src/constants.scrollAnimations function in pro-gallery

To help you get started, we’ve selected a few pro-gallery examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github wix / pro-gallery / packages / ssr-simulator / src / components / gallery / utils.js View on Github external
titlePlacement: Consts.placements.SHOW_ON_HOVER,
    galleryHorizontalAlign: Consts.horizontalAlign.CENTER,
    galleryTextAlign: 'center',
    galleryVerticalAlign: Consts.verticalAlign.CENTER,
    scrollSnap: false,
    itemClick: Consts.itemClick.EXPAND,
    fullscreen: true,
    allowSocial: true,
    allowDownload: false,
    allowTitle: true,
    allowDescription: false,
    allowHover: true,
    loveButton: true,
    loveCounter: false,
    videoPlay: Consts.videoPlay.HOVER,
    scrollAnimation: Consts.scrollAnimations.NO_EFFECT,
    scrollDirection: 0,
    overlayAnimation: Consts.overlayAnimations.NO_EFFECT,
    arrowsPosition: 0,
    arrowsSize: 23,
    watermarkOpacity: 40,
    watermarkSize: 40,
    useWatermark: true,
    watermarkDock: Consts.watermarkDock.RIGHT_DOWN,
    loadMoreAmount: Consts.loadMoreAmount.ALL,
    defaultShowInfoExpand: 1,
    allowTitleExpand: true,
    allowDescriptionExpand: true,
    allowLinkExpand: true,
    expandInfoPosition: 0,
    allowFullscreenExpand: true,
    fullscreenLoop: false,