TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Evolving UX Design: Reduced Cognitive Load with an Anti-Dropdown Anti-Modal Form

2 点作者 L8D超过 1 年前

1 comment

biancaregulski超过 1 年前
This fits in nicely with what I&#x27;ve noticed with ads, especially mobile ads.<p>An ad is an ad, and we accept them to some extent, and we usually want to close them as soon as possible. Still, what makes an ad particularly irritating is when:<p>- The ad is a modal that cannot be simply ignored while using the app - The X button is hard to detect (faint, small, or in an unusual place) - The amount of time to wait until you can exit is ambiguous or unknown<p>Essentially, the increase in cognitive load pushes the user to stop focusing on closing the ad, and instead, to lose concentration the rest of the page so that it all be funneled to the ad. This breaks the flow of the user&#x27;s activity outside the modal. While advertisers have a reason for that strategy, it shouldn&#x27;t take place on a normal website flow.<p>More text-based [autocompleted] input rather than dropdowns works great for things like countries (I see more job applications with autofill input for city, state, and country to be filled in at once rather than multiple text boxes&#x2F;dropdowns). I also like the idea of an animation for modals from top to bottom, so long as it is not slower than the pace the user would read the options.