I tried animations in Compose and met one serious ...
# compose
a
I tried animations in Compose and met one serious problem - I really didnt find easy way to set animation time. What about adding
duration
to
Copy code
fun <T> Transition
function for example?
p
Does keyframes take values in percentage like CSS?
d
Not yet. But I can see how that would make keyframes more re-usable. We may add that support. Thanks for the question. 🙂
p
I would port animate.css 😄