DanielMartinus / Konfetti

Celebrate more with this lightweight confetti particle system 🎊
ISC License
3.13k stars 299 forks source link

Feature request: Haptic feedback #318

Closed kit0kat closed 9 months ago

kit0kat commented 9 months ago

It would be great if you could set a short vibration (e.g. VibrationEffect.EFFECT_TICK) to be triggered every time a confetti particle is emitted.

DanielMartinus commented 9 months ago

@kit0kat thanks for the suggestion. What I recommend doing here is, if you don't have too much randomisation, you can simulate the Effect kick yourself when starting the particle system.

DanielMartinus commented 9 months ago

Close this one as I'm not planning to implement this