You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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>