https://kotlinlang.org logo
#compose
Title
# compose
l

Loney Chou

08/01/2022, 11:16 AM
Hello, I'm inspecting animation mechanism, but is confused by this invocation. Is this by design? Inside
VectorizedInfiniteRepeatableSpec
, `repetitionStartVelocity`calls `getVelocityFromNanos`with `targetValue = startVelocity`and
initialVelocity = end
. I can't get the meaning out of it. Compose version 1.1.1.
d

Doris Liu

08/02/2022, 11:00 PM
That looks like a bug. The order of the last two params should be reversed.
2 Views