Hello, I'm inspecting animation mechanism, but is ...
# compose
l
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
That looks like a bug. The order of the last two params should be reversed.