Is there a reason for <InfiniteTransition.animateV...
# compose-android
j
Is there a reason for InfiniteTransition.animateValue(...) not updating when the animationSpec changes?
changingValue
is configurable in my case. Expected: Update after
changingValue
change Actual: Nothing changes if I change
changingValue
tween
—>
TweenSpec
&
infiniteRepeatable
—>
InfiniteRepeatableSpec
have equals methods
z
Please file a bug
j