Skip to content

Commit 45c9d42

Browse files
authored
Update README.md
1 parent 96e5f1a commit 45c9d42

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ The goal is not to cover everything, but to make a minimal set look and feel rig
3838

3939
Unlike most tiny immediate-mode UI libraries, LeanUI has animation built in:
4040

41-
- Hover, press, and toggle states are automatically eased over time.
41+
- Hover, press and toggle states are automatically eased over time.
42+
- Animation framerate independant, uses delta time between frames.
4243
- No per-widget state is stored — transitions are computed implicitly based on widget identity.
43-
-
44+
4445

4546
This gives small UIs a fluid, modern feel without adding complexity to your code.
4647

0 commit comments

Comments
 (0)