Questions tagged as 'rolamento'

1
answer

How to apply this scroll function? [closed]

I'd like to apply an effect that worked the following way, a search on the form that when it was displayed the result on the page should automatically scroll in place of the div where the search result will be. Please note: Can anyone show me...
asked by 16.10.2017 / 18:04
3
answers

How to do horizontal scroll with divs the size of the screen

I have 4 div's who would like to set a% horizontal% to navigate them, but the scroll are the size of the screen (and I want them to be full screen size). I've been able to make an example, however, since the div's occupy the...
asked by 06.10.2017 / 16:07
2
answers

Infinite Scroll with JSON + Javascript data

I am developing an application where I get the data via JSON and model them via javascript, I need a help to create an infinite scroll in javascript, showing 10 result and when it arrives at the bottom of the page it loads 10 more, until...
asked by 24.03.2017 / 22:22
1
answer

How to set Height of the DIV Son, through the depth of the Scroll of the Father DIV

I'm having a bit of trouble applying the depth size of the% dynamic% of the first scroll to the second div overlapped. Code: // Vamos criar a segunda Div, no qual ficará sobreposta a primeira Div var sobrepor = document.c...
asked by 05.04.2017 / 21:17
1
answer

Make the scroll scroll to the bottom of the page automatically

I'm developing an application where the user asks a question and the server delivers a response, I'm having trouble getting the scroll bar to follow the conversation, so far I'm having the chat history on the screen, but I have you drag with the...
asked by 15.10.2016 / 17:10
1
answer

ScrollView only in the desired textView

Good evening everyone. I'm having a simple layout that contains a textView to control the title and another textView to control the content. What happens is that I have tried several times to include a ScrollView o...
asked by 20.10.2015 / 03:06
2
answers

How to show a div with scrollTop after certain pixels?

I have a (fixed) div that appears when the page is scrolled down and reappears when the page is scrolled up. I need it to just disappear (when it scrolls down) from 45px of the body. That is, as long as the user only rolls 44.9px it does not add...
asked by 07.12.2018 / 04:32
1
answer

event with scroll javascript

I have the code below creating the effect of fadein and fadeout with the animate.css library in a scroll event, but when the event occurs applying fadeOut, it reappears until it scrolls, and the other error is that while the scroll is less than...
asked by 31.05.2018 / 06:43
1
answer

How to make a scroll with arrows?

I'm working on a project for an application on a touch screen monitor, and I need to make the layout according to the following image. It will be a list of items, within a div for example, and it will have to be a scroll with buttons ac...
asked by 23.01.2018 / 17:19
1
answer

Scroll up after changing view [closed]

I'm using angular on my system I'm changing views with the command $state.go('main.shops.cart.success'); But problem is that when changes the view scroll continues below. I would like it when it changed view scroll to...
asked by 27.07.2017 / 14:56