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
fade in/out after a threshold instead on based on total distance.
The fade does not look as good in the center, so we should experiment with removing it completely up until a threshold. Then fade in/out with a transition duration of x ms instead of fading based on distance.
Another point to consider: On small screens, the tooltip has to be shown closer to the middle so players have a chance to read it before they reach the SWIPE_THRESHOLD where they might accidently drop the card and trigger a swipe when just reading the action description.
Ideally, we'll find a good balance here.
The text was updated successfully, but these errors were encountered:
fade in/out after a threshold instead on based on total distance.
The fade does not look as good in the center, so we should experiment with removing it completely up until a threshold. Then fade in/out with a transition duration of x ms instead of fading based on distance.
Another point to consider: On small screens, the tooltip has to be shown closer to the middle so players have a chance to read it before they reach the
SWIPE_THRESHOLD
where they might accidently drop the card and trigger a swipe when just reading the action description.Ideally, we'll find a good balance here.
The text was updated successfully, but these errors were encountered: