753 questions
1
vote
0
answers
139
views
Jumps and lags when switching between sections (GSAP ScrollTrigger)
I am new to frontend and have started using gsap for animations. I use gsap mainly for switching between sections. On screens larger than 576px I have a problem: when switching between sections there ...
1
vote
1
answer
130
views
GSAP ScrollTrigger ScrollTo section
I've got the following codepen where I'm scrolling a container with overflow hidden. My left column has 3 links, and my right column has the container with 3 blocks of content that correspond to the ...
0
votes
1
answer
297
views
LazyVGrid and scrollTo issue in SwiftUI
I have encountered an issue while implementing the scrollTo mechanism for a lengthy list of products displayed using LazyVGrid in SwiftUI.
Does anyone have a potential solution for this problem?
Below ...
0
votes
0
answers
72
views
SwiftUI ScrollView does not scroll to the bottom
I'm building a chat app. When the user changes the text in the input field, I want to move the chat messages up, so I scroll it to the bottom. Most of the time, it works, but sometimes the bottom of ...
-1
votes
1
answer
786
views
Javascript to scroll to element with ID [duplicate]
I've got a script that scrolls the page to the top when a form in an iframe has submitted and new content loads into the iframe.
document.querySelector("iframe").addEventListener("load&...
0
votes
1
answer
2k
views
ScrollViewReader scrollTo scrolling too much on iOS 15
On iOS 15 there is an issue with scrollTo of ScrollViewReader, it is scrolling too much.
I have a button and a date picker, when tapping the button I show the date picker but I want to make sure the ...
0
votes
1
answer
40
views
Scroll_to() Kivy
I am trying to create an app that contains a large amount of text within multiple Labels within a ScrollView. In addition, I am using an MDNavigationDrawer with buttons to auto-scroll to these Labels ...
0
votes
1
answer
94
views
angular scrollIntoView() fine-tuning distance
Angular can slide to the top of the specified element, as shown below:
element.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'start' })
However, due to layout issues, if the css ...
2
votes
2
answers
277
views
Impossible use scrollIntoView and scrollTo on Laravel 10
i had a problem with Laravel 10. I need to scroll to next element by pressing a button. I have already tried with myelement.scrollIntoView() and window.scrollTo() functions with no success, what is ...
0
votes
1
answer
209
views
How to Implement a Scrollable Category Bar with Dynamic Item Positioning in Angular (Like Uber eats scroll bar)
I am developing an Angular application that features a page with categorized items. I want to include a scrollable category bar at the top of the page, which displays all the available categories. As ...
1
vote
1
answer
246
views
How to transition to a page and scrollTo a specific position
I am working on a school project, and I would like my navbar to link to the index.html page and scroll down to the "About Me" image when clicked. I tried the following JS code:
const pcNav = ...
0
votes
0
answers
465
views
Vue.js - how to scroll to a parent "ref" division from a child method?
Here I am asking for your help...I want to scroll within a page. The page is rendered by the parent component, that include some child component where the scrollTo method is defined.
I have a parent ...
0
votes
1
answer
64
views
Python - SocketIO Project - Msgs returned in HTML does not jump to end of DIV
I have a problem to solve with the scrollbar in html. I made a chat using socketio and the messages are being presented in a DIV inside an ASIDE. The problem is that when the scrollbar is mounted it ...
0
votes
3
answers
3k
views
window.scrollTo(x, y) is not working in mobile iOS
Trying to create a website that can
move screen to the RIGHT while scrolling UP
move screen to the LEFT while scrolling DOWN
I used the function of window.scrollTo for moving the screen. It works ...
0
votes
0
answers
979
views
Scrolling to an element in a div with overflow set to scroll
I am building a time block with all the hours of the day the container only takes up 75vh and is set to scroll on overflow. I am trying to have the page load and scroll to the current time within my ...