linebender / interpoli

Apache License 2.0
15 stars 6 forks source link

Enable non-linear easing #32

Closed atoktoto closed 2 weeks ago

atoktoto commented 3 weeks ago

Fix for #31 based on https://github.com/linebender/velato/pull/42.

One difference is that I had to enable mint_types feature for keyframe crate dependency that pulls in mint. As far as I can tell the project is still #![no_std].

waywardmonkeys commented 2 weeks ago

Makes me look forward to removing keyframes.

waywardmonkeys commented 2 weeks ago

Thank you!