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
When we pull the card by the min/max anchors, it can be a long time when user will pull and pull, if we don’t change the logic let newY = clampY(y + scrollingOffsetUnderLastAnchor + diff)
Mb create a values for max campY for stoping card?
When we pull the card by the min/max anchors, it can be a long time when user will pull and pull, if we don’t change the logic
let newY = clampY(y + scrollingOffsetUnderLastAnchor + diff)Mb create a values for max campY for stoping card?