Questions tagged [scrolling]
in kinetic displays, scrolling is sliding text, images or video across a monitor or display
364 questions
0
votes
1
answer
134
views
UI Design issue: Menu activated via page scrolling + direct click
Demo (JS Fiddle): https://jsfiddle.net/gaby/dfxw827b/35/
[Section1] [Section2] [Section3] [Section4] [Section5] [Section6]
CONTENT ^
..
..
------...
4
votes
2
answers
181
views
What's the state of the art for indicating a non-obvious scroll area?
Gone are the days, it seems, where a visible scrollbar is how you can know a region in a user interface is scrollable (unless you're on Windows). Lately though, I've run into some problems reported by ...
0
votes
0
answers
72
views
Vertical "tabs" and their behaviour
I am currently trying to create a webpage which also gives a index/hyperlink behaviour for the content that is visible on scroll. Where each of the hyperlinks (which look like a page of content) take ...
2
votes
1
answer
95
views
How to manage space issues in a topbar with variable-length elements?
I’m a product designer working on a web app, and I’ve been running into an issue with the topbar design. The topbar displays a list of clickable items (user-defined names, so the lengths can vary a ...
1
vote
1
answer
113
views
Is Apple's 'False Bottom' design enhancing engagement or causing frustration?
Apple's website has a 'false bottom' design, where users might think they've reached the end of a page, but scrolling reveals more content. Do you think this approach enhances user engagement, or ...
0
votes
0
answers
83
views
How to get users to scroll more on a page when the affordance of the mobile app screen does not offer so? [duplicate]
Users are typically not used to scrolling on certain screens on mobile apps like say a post transaction screen where the transaction is confirmed and/ or the user may be looking at delivery details. ...
1
vote
0
answers
108
views
Why most popular websites switched back to default scrollbar?
I have noticed that some popular websites (like: youtube, chatgpt) they implmented custom scrollbar and then again switched to browser default scrollbar.
My question is:
Is there any accessibility ...
0
votes
2
answers
165
views
Most intuitive way to point towards scrollable content in mobile app?
So I've recently developed this very basic MCQ (Multi Choice Questions) app which presents user with a question and four choices (answers) out of which they have to pick one. Upon pressing "Next&...
0
votes
2
answers
113
views
We show a long form & side bar for reference, Is auto-scroll good UX
In our app user has to fill a long form(containing questions) and has to refer data from right-hand panel(also containing same questions). Users complain that need to scroll the right-hand side panel ...
15
votes
6
answers
6k
views
After navigating from page A to page B, if a user goes back is it better to send them to the top of page A or scroll to where they were?
This is of course a very general question and circumstances will vary. But in general, which annoys most users least when they hit their browser's back button - to go to the top of the page they were ...
1
vote
1
answer
103
views
Maximum number of elements per item in acordion collapsed list
I try to show a list of 3,000 businesses of a city, within an acordion collapsed list, sorted alphabetically
+ Aa-At
+ Au-Bo
+ Bu-Ci
+ Co-Du
...
When user clicks an item of the "index", it'...
2
votes
1
answer
190
views
2 columns of a list, 1 scrollbar - is there a better solution?
This section is part of a larger form. Image shows a list. The reason I have 2 columns, is simply because I think it would be a waste of space, to just show 1 column. Most people have wide screens. I ...
1
vote
1
answer
91
views
Improve experience when using anchor link from different touchpoints
My detail page on mobile app is setting with different sections and have a tab menu fixed on top when scrolling. The issue that I have right now is, each section can be a separate touchpoint on other ...
2
votes
1
answer
287
views
How to efficiently show several very long alphabetical lists of 5,000 names
I've got a website that include information about 100,000 names, with 100,000 different URLs. 90% of my visitors come from Google, who search the "specific name" and reach the different ...
1
vote
2
answers
386
views
Carousel with focusable items
I have a carousel with partial display of the items on the far left/right. Every item has a button to open additional information under the carousel (the item then becomes "active" with some ...