Dion Segijn

Results 20 comments of Dion Segijn

Interesting idea @teobaranga! The use case you give with modifying the alpha sounds like a good one indeed. Though it would become complex when doing any internal modifications later and...

Hey @ronykrell, I would assume that both of the solutions that you've tried work. Can you maybe post a little more of what your layout structure looks like?

@ronykrell I couldn't really find any significant reason why, in this layout, the Konfetti would fall in front of the items. So I tested it myself with the same layout...

Which TextView are you specifically talking about in your layout?

Sounds interesting, should do some more research on that. There's definitely a lot to improve on the randomness of the Konfetti the way it falls down and the way it...

Hmm, interesting. Technically you can use color integers for Konfetti but the system is currently manipulating the alpha level in `Particle.kt` [here](https://github.com/DanielMartinus/Konfetti/blob/2431947436401b37ebb9071ed95bc4ac57209838/konfetti/src/main/java/nl/dionsegijn/konfetti/Confetti.kt#L109). I assume you have different colors of which...

Unfortunately the fade out has to happen for each particle individually since they each have a different lifespan and moment to disappear.

Hmm, I'll have to investigate what is going on here.

@Dave181295 My focus hasn't been on fixing stepper-touch right now indeed. In the meantime feel free to investigate this yourself of course since it's open-source and I'm accepting pull requests....

No problem, thanks for trying. I'll make some time coming weekend to investigate the issue 👍🏻