codelab-constraint-layout
codelab-constraint-layout copied to clipboard
2.0.0-beta8 Flickers/Blinks
Flicks to start state when first touch on anchor at end state for few ms, then back to end state, then continue motion normally, but sometimes flickers scrolling to start state. But it only happens if motion layout added animateLayoutChanges="true"
<Transition motion:constraintSetEnd="@id/end" motion:constraintSetStart="@id/start"> <OnSwipe motion:onTouchUp="autoComplete" motion:dragDirection="dragUp" motion:touchAnchorId="@id/rvProducts" /> </Transition>
Yeah, as mentioned in the auto-linked comment, I think this issue is related to my above, so I also think this issue is not there in 2.0.0-beta7.