Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Aug 2, 2024
1 parent 2eafe00 commit 36dc2d4
Showing 1 changed file with 22 additions and 88 deletions.
110 changes: 22 additions & 88 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -927,144 +927,78 @@ or
<tr>
<td>MoveBy</td>
<td>Move the node by a set amount of units</td>
<td>

- [x]
</td>
<td>

- [ ]
</td>
<td>✅</td>
<td>⬜️</td>
</tr>

<tr>
<td>MoveTo</td>
<td>Move the node to a specific position</td>
<td>

- [x]
</td>
<td>

- [ ]
</td>
<td>✅</td>
<td>⬜️</td>
</tr>

<tr>
<td>SkewBy</td>
<td>Skew the node by a set amount of units</td>
<td>

- [x]
</td>
<td>

- [ ]
</td>
<td>✅</td>
<td>⬜️</td>
</tr>

<tr>
<td>SkewTo</td>
<td>Skew the node to a specific point</td>
<td>

- [x]
</td>
<td>

- [ ]
</td>
<td>✅</td>
<td>⬜️</td>
</tr>

<tr>
<td>FadeIn</td>
<td>Fade the node to full opacity</td>
<td>

- [ ]
</td>
<td>

- [ ]
</td>
<td>⬜️</td>
<td>⬜️</td>
</tr>

<tr>
<td>FadeOut</td>
<td>Fade the node to zero opacity</td>
<td>

- [ ]
</td>
<td>

- [ ]
</td>
<td>⬜️</td>
<td>⬜️</td>
</tr>

<tr>
<td>FadeTo</td>
<td>Fade the node to a specific opacity</td>
<td>

- [ ]
</td>
<td>

- [ ]
</td>
<td>⬜️</td>
<td>⬜️</td>
</tr>

<tr>
<td>ScaleBy</td>
<td>Scale the node by a specific scale</td>
<td>

- [ ]
</td>
<td>

- [ ]
</td>
<td>⬜️</td>
<td>⬜️</td>
</tr>

<tr>
<td>ScaleTo</td>
<td>Scale the node to a specific scale</td>
<td>

- [x]
</td>
<td>

- [x]
</td>
<td>✅</td>
<td>✅</td>
</tr>

<tr>
<td>RotateBy</td>
<td>Rotate the node by a specific rotation</td>
<td>

- [x]
</td>
<td>

- [x]
</td>
<td>✅</td>
<td>✅</td>
</tr>

<tr>
<td>RotateTo</td>
<td>Rotate the node to a specific rotation</td>
<td>

- [x]
</td>
<td>

- [x]
</td>
<td>✅</td>
<td>✅</td>
</tr>


Expand Down

0 comments on commit 36dc2d4

Please sign in to comment.