tween API

This commit is contained in:
Face
2025-08-10 13:52:27 +03:00
parent dbd1e7e6ac
commit 6fdf422f7e
5 changed files with 923 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ TODO:
Issues:
1. **< br />** counts as 1 element in **WebsiteContainer**, therefore despite being (0,0) in size, it counts as double in spacing
2. **Tween** API doesn't modify CSS, it operates independently at Godot level.
Notes:
- **< input />** is sort-of inline in normal web. We render it as a block element (new-line).