v0.2.1 release

This commit is contained in:
Michael Freno
2025-11-16 09:36:46 -05:00
parent 4142b7e831
commit 39ccf0c450
26 changed files with 11070 additions and 220 deletions

View File

@@ -49,7 +49,7 @@ function Animation.fade(duration: number, fromOpacity: number, toOpacity: number
```lua
{ width: number?, height: number?, opacity: number? }
{ width: number, height: number, opacity: number }
```
## interpolate
@@ -86,7 +86,7 @@ function Animation.scale(duration: number, fromScale: table, toScale: table)
```lua
{ width: number?, height: number?, opacity: number? }
{ width: number, height: number, opacity: number }
```
## transform