Element

Ensuring user knows scrolling is an option

Ensuring user knows scrolling is an option
  1. How do I know which element is scrolling?
  2. Is scrolling good UX?

How do I know which element is scrolling?

Approach: This problem can be easily solved using JavaScript. We will add the 'scroll' event listener to all the required elements. The scroll event is fired whenever a particular element is being scrolled. Thus, we can easily find out which element is being scrolled with the help of it.

Is scrolling good UX?

With the average end user spending 69% of their media time on smartphones, attention to mobile UX features is a top priority. Scrolling is a vital part of this user experience, and it's one that's frequently underrated. Scrolling is how people will find your content.

Checklist and radio button alternative
What can I use instead of radio button?What can I use instead of radio button UI?What are alternatives to checkboxes?Where would you use radio button...
Background video & accessibility of text overlays
What is background videos? What is background videos?For those uninitiated, background videos are short, looping snippets of video which play on web...
Should a button show its label in a loading state if a spinner is present?
When you need to show a button loading state?How do you make a button with a loading spinner?What is a loading button? When you need to show a butto...