alexzhirkevich / compottie

Compose Multiplatform library for rendering Lottie animations
https://alexzhirkevich.github.io/compottie
MIT License
210 stars 5 forks source link

[Bug]: Dynamic property of a text layer `fillColor` is not working #17

Closed sergeys-opera closed 1 month ago

sergeys-opera commented 1 month ago

What happened?

When setting a dynamic fillColor property on a text layer, the text disappears:

        textLayer("**", "textTop") {
            fillColor {
                Color.White
            }
            text {
                topText
            }
        }

What Compottie version do you experience the bug on?

2.0.0-beta02

What platforms are you seeing the problem on?

All

Does Compottie log anythyng to the stdout / your logger set with Compottie.logger?

No response