circle Stroke Width Transition
abstract fun circleStrokeWidthTransition(options: StyleTransition): CircleLayer
Content copied to clipboard
The width of the circle's stroke. Strokes are placed outside of the circle-radius
.
Set the CircleStrokeWidth property transition options
Parameters
options
transition options for Double
abstract fun circleStrokeWidthTransition(block: StyleTransition.Builder.() -> Unit): CircleLayer
Content copied to clipboard
The width of the circle's stroke. Strokes are placed outside of the circle-radius
.
DSL for circleStrokeWidthTransition.