Questions tagged [custom-scrolling]

Questions about innovative ways to create scrolling for user interfaces.

Questions that should have this tag pertain to cutting edge solutions to scrolling user interfaces. A primary example would be https://plus.google.com
Stack overflow questions with a custom-scrolling issues are:

Editing / Drawing Polygon Scroll Issue. Google Maps v3.9 - No Documentation. Any advice?

GridView Scroll By one row

Continuously scrolling Gallery?

As the web gets more animated, more users will be searching for solutions on problems arising from custom scrolling issues for browsers, objects, and this is the place for them to ask questions about them.

109 questions
0
votes
0 answers

How to add custom scroll behaviour to page using Javascript

I was wondering if anybody knows how to achieve a scrolling effect as seen on this page: https://plastic.design/ I don't know what this effect is called and don't even know how to describe it, which makes it pretty hard to google it. edit: this…
fr-haus
  • 1
  • 1
0
votes
0 answers

How to make mCustomScrollbar horizontal in infinite continue loop

function AutoScrollOn(to, timer) { if (!timer) { timer = autoScrollTimer; } content.addClass("auto-scrolling-on").mCustomScrollbar("scrollTo", to, { scrollInertia: timer, scrollEasing: "linear", }); autoScroll =…
0
votes
0 answers

Javascript scrollTop cannot scroll to bottom when pinch zoomed in

I am trying to automatically scroll to the bottom of a page when a user presses a button. I have tried used the JavaScript function scrollTop and it works nice... In almost all cases.. The issue is that when a user is using IOS and have pinch zoomed…
Hawk
  • 11
  • 1
0
votes
1 answer

Setting `scroll-snap-type` and `scroll-snap-align` to `none` on a mobile sized breakpoint doesn't work?

I can't seem to set scroll-snap-type to none on a mobile breakpoint. Ideally, I'd like to remove css scroll snap on mobile devices because it has been confusing for many users when scrolling through my application on mobile devices and can be wonky…
timSully
  • 137
  • 1
  • 11
0
votes
0 answers

How to scroll a Win2D canvas content?

Im developing an app that draws Grid of images using win2d CanvasVirtualControl. I want to scroll the draw content so that the previously drawn tiles will be scrolled to somepostion and a new tiles of images will be painted. Currenty achieved it by…
0
votes
2 answers

Stop script if users scrolls

Disclaimer: I am not a JavaScript developer, I'm a web designer. HTML and CSS, I handle all day, JS, not so much. That's why I'm reaching out for help. The following script allows for a smooth scroll to the top of the page: function scrollToTop() { …
Ricardo Zea
  • 10,053
  • 13
  • 76
  • 79
0
votes
2 answers

is there any way to use a container like sliverappbar in flutter?

I learned the use of sliver widget in flutter two days ago, and I was playing with it to grow my skills. I was building one kind of imaginary project and I faced a problem there. let's think, there is 15 container in my body's container under x…
xahid_rocks
  • 632
  • 8
  • 24
0
votes
1 answer

Android - How to make an infinite Scroll View

I am trying to make a background that the user can scroll through infinitely (i.e scroll never ends). I have added a bunch of image views to the scroll view in XML, however, I am having trouble finding a way to make sure that the background never…
Coder101
  • 17
  • 2
0
votes
1 answer

Content of Edittext is not maintained on scrolling of ListView

I have Object(name,qty) List which I am displaying in dialog box. User can enter the quantity in EditText of any item and I have a TextView outside of the List in which I have to show auto sum of complete list. On scroll of List random behavior…
0
votes
0 answers

How can I make the images appear to move and rotate?

How can I make the images on my site appear to rotate/spin in a way similar to a spinning helix (not sure of term)? I want the images to change-and change position, when a user scrolls. Here is a link to a spinning helix.…
0
votes
0 answers

Scrolling Javascript

I want to have a website scroll between three different positions on the Y-axis.. Problem is that the scroll eventlistener fires multiple events, so the UI behaviour is shaky.. I tried debouncing it, but no matter how high the wait variable, I…
Niels Vanwingh
  • 604
  • 1
  • 6
  • 22
0
votes
1 answer

Scroll until next child visible, Javascript and JQuery

In my application I have around 100 stanzas of a poem. Each of these stanzas occupies roughly one view-port height. On the side, I have two buttons. One which should scroll down a stanza, and one that should scroll up a stanza. However, users can…
Tadgh
  • 19
  • 7
0
votes
0 answers

Two column (div) layout. Left: fixed and scrollable, text with headers, Right: float, image per header in left text

To tell a story with some images I'd like to present the text on the left, scrollable and the right should ideally display an image per header. I'm a beginner. I haven't tried that much yet. I know how to make the two column design, not how to…
0
votes
1 answer

JavaScript - temporarily pause page scrolling but keep scrollbar scrolling until unpaused

I am trying to achieve an effect similar to on this website here: https://www.wokine.com/en/ where you scroll down and the 'HELLO' text moves to the side. I have done that part, but I am stuck on how to pause the page from scrolling after that but…
user10055179
0
votes
0 answers

Control the height of custom scroll bar

I have created a custom horizontal scroll. I added the snippet with this code. The problem occurred is it adjusts it's height according to the section height. What I want is, no matter what is the height of the section, I want to keep the scroll…
Ramesh
  • 2,297
  • 2
  • 20
  • 42