ConfettiSwiftUI
ConfettiSwiftUI copied to clipboard
Cannot change ConfettiConfig while the view is presented
Right now the library does not allow for the change of ConfettiConfig while it is presented. It will only change it if the view is rerendered. But rerendering is also not desired in some cases because it causes the current animation to stop.
Please provide a way of changing ConfettiConfig without tearing down the view. Thanks!