FunctionEffect
Effect
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.