Skip to content

MCarouselStyle

Stanislav Podolia edited this page Jul 21, 2020 · 5 revisions

Flow Wiki

MCarouselStyle

  • MCarouselItemSpan

    • span : int
  • MBackgroundStyle
    Background style of the popup

  • MCarouselTextColor
    defaults to 1

  • MCarouselFooterColor
    defaults to MWhite

  • MCarouselFooterOpacity
    defaults to MGray(900)

    • opacity : double
  • MCarouselButtonsColor
    defaults to 0.8

  • MNoProgress
    Disable first and last chevrons. Doesn`t work for loop scroll.

  • MProgressAtBottom
    hide progress circles

  • MProgressColors
    progress circles at the bottom of carousel

  • MNoChevrons
    useful in case buttons not visible on white images, defaults to MWhite

  • MEnabled
    Disables inner clickable materials in most of the components

  • MDuration

  • MCarouselNoContentScaling

  • MCarouselEnableArrows

    • ignoreFocus : bool
  • MCarouselCustomPanning
    'shiftX' is a total horizontal shift, not delta. Change of 'mousedown' from true to false fires animated end of panning -
    similar to user's mousedown

    • shiftX : DynamicBehaviour<double>
    • mousedown : DynamicBehaviour<bool>
  • MLoopScroll

  • MIconSize
    Width and height of the icon
    24px by default

    • size : double
  • MCarouselContentZoom

    • min : double
    • max : double
    • step : double
  • MCarouselMaximize

  • TCurrentInteractive

    • current : DynamicBehaviour<Maybe<bool>>
  • MCarouselHeightByContent
    Ignore golden ratio and available height, crop by maximum content height instead.

  • MCarouselDisableSideChevrons
    hide navigation buttons

Clone this wiki locally