We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167548f commit da6c58eCopy full SHA for da6c58e
README.md
@@ -140,6 +140,9 @@ Done:
140
- [x] Lazy keyframes. (Keyframes that can use the position of a previous (active or not) animation to start another animation.)
141
142
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.
146
- [ ] Add `Cosmic` cargo feature for compatibility with both iced and System76's temporary fork.
147
- [ ] Low motion accesability detection to disable animations.
148
- [ ] general animation logic tests
0 commit comments