Questions tagged as 'rolamento'

3
answers

How to make infinite scroll with pure javascript?

I'm trying to implement an infinite scroll on my site, like this one , but I'm having difficulty do the script that takes the mouse scroll event. I tried to use this script (below) I got on a website, but it's not exactly what I need. Anyone...
asked by 25.02.2014 / 15:49
3
answers

Is there a way to make a child div float by scrolling the scroll of the parent div?

I have a div primary, and within this, another div (secondary). I'm trying to position the div pendent% in the primary div so that it becomes a floating DIV (popup style) that overlaps the other elements. But for this...
asked by 04.04.2017 / 05:57
1
answer

Help with animation as you scroll with javascript

I have a vector image <img src="images/first-page/vectors/waves-723178.svg" alt="Imagem vetorial decorativa" class="vector-wave"> and it is positioned to the left of the screen .vector-wave { position: relative; transform: t...
asked by 11.06.2015 / 05:35
2
answers

Quick Scroll Bar in alphabetical order

I've already found some examples with a custom view from a list with an quick scroll bar , but I did not really find a scroll bar that really looks like the one in the contacts list my kitkat I do not understand why this is not a native elem...
asked by 15.04.2014 / 22:31
0
answers

How to implement a mansory grid and Infinite scroll together?

I'm developing a Pinterest style website but I'm not able to put these two features together. To do the infinite scroll, I used jQuery with AJAX to pull the database posts and append them to the body. I basically copied this formula here: li...
asked by 18.09.2018 / 22:06
2
answers

How to do a scroll to the end of a div?

I want a given div , which has the attribute overflow-y:auto , whose height is fixed, to be rolled to the end as soon as an element is added to it. In this case, I need it to roll to the end, because its height is fixed, but the a...
asked by 01.09.2015 / 15:00
1
answer

Scroll bottom in click event

I need the page to go down to the footer when it is clicked on a input . In fact when the user clicks on input and starts typing, the jQuery autocomplete is hidden by the cellphone keypad, so when clicked on input and the...
asked by 17.01.2017 / 14:12
2
answers

JavaScript in iOS: Avoid clicking events while scrolling on iPhone / iPad

Scenario: I have a table and on the Desktop should I double-click to access the contents of each table item. On mobile devices like tablet and smarthphone double clicking does not work and you need to implement just one click / touch....
asked by 15.07.2014 / 17:59
2
answers

How to make an element follow the scroll bar?

How do I get my menu set according to the scroll? I made a snippet to exemplify the code. I open the menu, when I roll the page it stays in its position. I want the menu to follow the scrolling of the page. How can I do this? var n...
asked by 11.02.2016 / 20:38
1
answer

Mootools detect page movement

How do I detect when a page is rolled to a certain point, and when it reaches that point do a certain action. That is, using MooTools, such as event scroll , change the style of an element. Look at a similar example , but this just does sc...
asked by 23.11.2014 / 18:35