Exported Lottie file always have "sc" set to "#ff0000"

Hi,

Why each time I export my *.sif to LottieFile format and the “sc” property always have the value of “#ff0000”. This colour will be pickup by the https://github.com/airbnb/lottie-android. Am I did something wrong or miss any steps in the export process?

Kind regards,
Hz

For solid color layer, we set the default value to #ff0000, and then actually use the ef property to change the color of the solid layer. That is why all animations have this value.

1 Like

Thank and I resolve this by manually change the “sc” value in exported lottie json file.