Post #3601117
2026-07-05 09:22 UTC
@mwichary@mastodon.online Re https://unsung.aresluna.org/if-youre-a-button-you-have-one-job/
I don't see anything that suggests this is because of animation. It looks more like typical tap throttling/debouncing.
As you undoubtedly know, but just in case the audience doesn't, an app might do this when a "double-tap" on a control doesn't make sense, but where tapping the control twice might either undo an action the user has taken, or take them further from their desired action.
Replies (1)
-
@nikclayton@mastodon.social 2026-07-05 09:23
@mwichary@mastodon.online For example, in https://pachli.app, tapping the "Bookmark" button bookmarks a post and animates. The taps are throttled, so if the user inadvertently double-taps the bookmark button they don't accidentally un-bookmark the post. This has nothing to do with the animation.