Join Slack
Powered by
Why there is no `animateLongAsState()` in Compose,...
# compose
n
Norbi
02/05/2024, 11:18 AM
Why there is no
animateLongAsState()
in Compose, only
animateIntAsState()
? Thanks.
z
Zach Klippenstein (he/him) [MOD]
02/05/2024, 5:36 PM
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
18
Views
Open in Slack
Previous
Next