1 Commits

Author SHA1 Message Date
f4ac1ec63a feat: The FunctionEffect, run any function as an Effect (#3537)
The `FunctionEffect` is super simple, but very powerful.
It makes it possible to run any function over time as an effect without
having to create a new effect.
This is very useful when for example doing state changes over time.
2025-03-25 10:32:43 +01:00