fill Translate Transition
abstract fun fillTranslateTransition(options: StyleTransition): FillLayer
Content copied to clipboard
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
Set the FillTranslate property transition options
Parameters
options
transition options for List
abstract fun fillTranslateTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
Content copied to clipboard
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
DSL for fillTranslateTransition.