pissang/lottie-parser

opacity

helgasoft opened this issue · 0 comments

Excellent work @pissang, lots of fun, thank you !

Was playing with the demo and added the following line to graphic.elements
,style: {width: 150, height: 150, opacity: .3}

Was hoping to get at least opacity since the size is already handled by scaleX. But opacity does not change.
Wrong paste - type "group" does not have style, type "image" does, with opacity working but undocumented.

Would still be great (if possible) to control lotties opacity with ECharts style settings.