codelab-constraint-layout icon indicating copy to clipboard operation
codelab-constraint-layout copied to clipboard

2.0.0-beta8 Flickers/Blinks

Open hudiohizari opened this issue 5 years ago • 1 comments

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>

hudiohizari avatar Jul 25 '20 10:07 hudiohizari

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.

arberg avatar Aug 25 '20 11:08 arberg