Update docs

This commit is contained in:
aaron 2024-07-03 15:34:16 +01:00
parent 000def5bc2
commit 14f8d38a35
8 changed files with 34 additions and 37 deletions

View file

@ -18,8 +18,8 @@ Returns a new source with a value always moving torwards the input source value.
- **Details**
The output source value is updated every step based on the input source
value.
An effect is created to update the new source every frame based on the input
source value.
The movement is physically simulated according to a
[spring](https://en.wikipedia.org/wiki/Simple_harmonic_motion).