Why there is no `animateLongAsState()` in Compose,...
# compose
n
Why there is no
animateLongAsState()
in Compose, only
animateIntAsState()
? Thanks.
z
Probably because Ints are often used for layout, size, drawing, oft-animated things, but Long less so. Definitely possible to add, feel free to file a feature request.
👍🏻 1
🙏 1