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
Whether to use Ticker.shared to auto update animation time.
- Default Value:
- true
Color of the line
- Default Value:
- 'white'
The dash length
- Default Value:
- 2
The space between dashes
- Default Value:
- 2
The height of the marching ants box
- Default Value:
- 100
The speed of the animation
- Default Value:
- 0.2
Thickness of the line
- Default Value:
- 2
The width of the marching ants box
- Default Value:
- 100