Skip to content

Commit da6c58e

Browse files
committed
Add arbitrary length units to next todo goal.
1 parent 167548f commit da6c58e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ Done:
140140
- [x] Lazy keyframes. (Keyframes that can use the position of a previous (active or not) animation to start another animation.)
141141

142142
TODOs:
143+
- [ ] Add container and space animiations between arbitraty length units.
144+
Example: Length::Shrink to Length::Fixed(10.) and/or Length::Fill to Length::Shrink
145+
Only fixed Length::Fixed(_) are supported currently.
143146
- [ ] Add `Cosmic` cargo feature for compatibility with both iced and System76's temporary fork.
144147
- [ ] Low motion accesability detection to disable animations.
145148
- [ ] general animation logic tests

0 commit comments

Comments
 (0)