constraintlayout icon indicating copy to clipboard operation
constraintlayout copied to clipboard

dragScale is not working

Open AlexSuvorov2k opened this issue 2 years ago • 1 comments

What parameter is responsible for the speed of tracking a swipe? If I understood correctly, then this is a dragScale, but changing its value does not change anything.

Video: https://i.stack.imgur.com/0yrjt.gif

Layout: https://pastebin.com/Rcrdm2d1

Motion: https://pastebin.com/MfQihgxZ

Transition snippet: <Transition android:id="@+id/rightTransition" motion:constraintSetEnd="@+id/right" motion:constraintSetStart="@id/start" motion:motionInterpolator="linear" motion:duration="300"> <OnSwipe motion:dragDirection="dragRight" motion:springStopThreshold="1" motion:dragScale="4" motion:maxAcceleration="600" motion:onTouchUp="autoComplete" motion:touchAnchorSide="right" /> ....

AlexSuvorov2k avatar Apr 26 '22 11:04 AlexSuvorov2k

https://www.youtube.com/watch?v=8McWIOhh7aA&t=1087s

jafu888 avatar Aug 15 '22 17:08 jafu888