Add option to skip label animation on catalog

This commit is contained in:
Arthur Bernardi Jordão 2024-02-06 12:08:34 -03:00
parent 2084cac366
commit 40031f8d8c
No known key found for this signature in database
GPG Key ID: D3F3D2482162BFCF

View File

@ -686,6 +686,8 @@ initControl =
)
|> ControlExtra.optionalListItem "label"
(CommonControls.string ( Code.fromModule moduleName "label", Block.label ) "Fruit")
|> ControlExtra.optionalBoolListItem "skipLabelAnimation"
( Code.fromModule moduleName "skipLabelAnimation", Block.skipLabelAnimation )
|> ControlExtra.optionalListItem "labelPosition"
(Control.map
(\( code, v ) ->