-
Notifications
You must be signed in to change notification settings - Fork 308
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
Konfetti on click problem #320
Comments
Related: #305 |
|
What solution did you find? |
You can wrap KonfettiView in a key to achieve this effect
key can be something like this
|
Ahh thanks. I got it to work with some AI use. If someone else needs this i ahve a link here for a working demo: https://github.com/behu-kea/konfetti-android/blob/7d17de0fb169a8ec7bbddbcf8b45d6639abe6cbd/app/src/main/java/com/example/confetti_timer/MainActivity.kt#L70 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I really love this confetti animation, but am struggling to create konfetti on button click. I have it working when the activity is loaded. I am using Kotlin and Compose without xml. I have tried things like:
I have also tried
Can someone please help?
The text was updated successfully, but these errors were encountered: