Fixed Feature Request P1 Add Hotlist Status UpdateNo update yet.Descriptionje...@google.com created issue #1Sep 8, 2020 02:02PMMake animations coroutine based, e.g.: launchInComposition { val endTime1 = myAnimatedValue.animateTo(targetValue = 500) val endTime2 = myAnimatedValue.animateTo(targetValue = 0, startTime = endTime1) val endTime3 = myAnimatedValue.animateTo(targetValue = -300, startTime = endTime2) } Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Jan 6, 2021 09:35PMHi. Thanks for reporting this. Fixed in this changelist. This should be available in alpha-04 ti...@google.com <ti...@google.com> Jan 6, 2021 09:44PMMarked as fixed.je...@google.com <je...@google.com> Jan 7, 2021 12:20PMReassigned to ti...@google.com.Add comment Comment
Description
Make animations coroutine based, e.g.: