update css and snippets

This commit is contained in:
alice 2024-10-28 15:54:22 +01:00
parent f7dac3f63a
commit cbce3348f2
27 changed files with 200 additions and 176 deletions

View file

@ -6,7 +6,7 @@ Returns a new source with a value always moving torwards the input source value.
- **Type**
```lua
```luau
function spring<T>(
source: () -> T & Animatable,
period: number = 1,