fix: Issue #14: Resetting Global color in config does not work as expected#16
fix: Issue #14: Resetting Global color in config does not work as expected#16krishbee wants to merge 7 commits into
Conversation
|
It seems the problem stems from the This solution passes the particleConfiguration into the |
The solution proposed here does seem more correct when considering the use of SwiftUI Environment values for setting the configurations. As passing them to a static value kinda defeats the purpose of the environment value. |
Goal
To be able to change the config. Meaning that you can now change the animations behavior.
#14
Checklist
Swift Package ManagerandCocoapods