Skip to main content

Marquee

Overview

An effect that scrolls text or content so it flows from side to side (or up and down). Use it for text that streams past like a stock ticker board, for example.

Properties

PropertyDescriptionValueDefault
controller⚠️ This property isn't supported in the current version.ControllerNot set
directionSets the axis the content flows along (horizontal or vertical). It also decides how the copies are placed in seamless mode.horizontal, verticalhorizontal
textDirectionSets the text direction of the content (ltr or rtl). Defaults to ltr when not set.rtl, ltrNot set
animationDurationSets how long the content takes to flow all the way to one end. 5000ms when not set.DurationNot set
backDurationSets how long the trip back to the opposite end takes in TwoDirection mode. 0ms when not set.DurationNot set
pauseDurationSets how long to wait before each flow starts. 0ms when not set.DurationNot set
pauseAfterRoundSets how long to stay paused after finishing a flow in one direction. 0ms when not set.DurationNot set
directionMarqueeSets how the flow repeats: oneDirection (jumps from the end back to the start), TwoDirection (travels back the other way), seamless (loops without a break using copies), or count (splits the length into count steps and moves one step at a time).oneDirection, TwoDirection, seamless, countseamless
forwardAnimationSets the animation curve for the forward flow.linear, easeIn, easeOutlinear
backwardAnimationSets the animation curve for the return flow in TwoDirection mode.linear, easeIn, easeOutlinear
autoRepeatSets whether the flow keeps repeating.On / offOn
gapSets the space between the two repeating copies in seamless mode.Number0.0
countIn count mode, splits the total length into this many steps and moves one step at a time.Integer1