android / codelab-constraint-layout

Constraint Layout Codelab
https://codelabs.developers.google.com/codelabs/constraint-layout/
Apache License 2.0
471 stars 242 forks source link

2.0.0-beta8 Flickers/Blinks #87

Open hudiohizari opened 4 years ago

hudiohizari commented 4 years ago

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>

arberg commented 4 years ago

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.