Open dimasno1 opened 1 year ago
Repeat configuration is a bit misleading. Seems like 0 repetitions should not produce any confetti? Did I miss something?
code:
.confettiCannon(counter: $counter, repetitions: 3, repetitionInterval: 0.7)
produces 3 repeats
produces 4 repeats
every time repeats count greater by '1' than expected
use any repetitions value in Repeat Configuration and compare with result.
even in README
PR is open.
Repeat configuration is a bit misleading. Seems like 0 repetitions should not produce any confetti? Did I miss something?
Expected Behaviour
code:
produces 3 repeats
Actual Behaviour
code:
produces 4 repeats
every time repeats count greater by '1' than expected
Steps to Reproduce the Issue
use any repetitions value in Repeat Configuration and compare with result.
even in README
produces 4 repeats