Interface: MarqueeSelectionOptions

MarqueeSelectionOptions

Options for the MarchingAnts class.

Properties:
Name Type Default Description
autoUpdate boolean true

Whether to use Ticker.shared to auto update animation time.

color ColorSource 'white'

Color of the line

dash number 2

The dash length

dashSpace number 2

The space between dashes

height number 100

The height of the marching ants box

speed number 0.2

The speed of the animation

thickness number 2

Thickness of the line

width number 100

The width of the marching ants box

Extends

  • ContainerOptions

Members

autoUpdate boolean

Whether to use Ticker.shared to auto update animation time.

Default Value:
  • true

color ColorSource

Color of the line

Default Value:
  • 'white'

dash number

The dash length

Default Value:
  • 2

dashSpace number

The space between dashes

Default Value:
  • 2

height number

The height of the marching ants box

Default Value:
  • 100

speed number

The speed of the animation

Default Value:
  • 0.2

thickness number

Thickness of the line

Default Value:
  • 2

width number

The width of the marching ants box

Default Value:
  • 100