Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DotLottie Animation does not allow preview #39

Open
paulolima18 opened this issue Oct 20, 2024 · 1 comment
Open

DotLottie Animation does not allow preview #39

paulolima18 opened this issue Oct 20, 2024 · 1 comment

Comments

@paulolima18
Copy link

I have some code like this inside a screen. The display works fine when I run the app, but the preview stops working.

DotLottieAnimation(
            autoplay = true,
            loop = true,
            source = DotLottieSource.Asset(assetPath = "heart.lottie"), // url of .json or .lottie
            modifier = Modifier.fillMaxSize(),
        )
@NexoDev112
Copy link

Ich habe einen Code wie diesen in einem Bildschirm. Die Anzeige funktioniert einwandfrei, wenn ich die App ausführe, aber die Vorschau funktioniert nicht mehr.

DotLottieAnimation(
            autoplay = true,
            loop = true,
            source = DotLottieSource.Asset(assetPath = "heart.lottie"), // url of .json or .lottie
            modifier = Modifier.fillMaxSize(),
        )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants