Questions tagged as 'rolamento'

0
answers

Scroll TabControl

Good afternoon, I have a tabcontrol that adds the pages dynamically and often has more pages than the size of the tabcontrol and with that are added columns example: What I wanted is that there was only one column, can anyone help me?...
asked by 10.04.2018 / 21:21
0
answers

scroll js animation

I'm starting in the area of web programming and I came across a problem during my studies: I want to do a simple animation using the js code below: animeScroll.js // Debounce do Lodash const debounce = function(func, wait, immediate) {...
asked by 10.04.2018 / 03:11
0
answers

How to implement a Scroll in a Custom View

I created a custom view that needs to have a vertical scroll to show all items that are drawn using the "onDraw" method. Can anyone help me with this problem? public class MinhaView extends View { private Paint paintLinha, paintHora, paintEst...
asked by 05.04.2018 / 18:20
3
answers

Effects in conjunction with smooth scroll

I would like to put other effects in the scroll sequence. Below is the code I'm using and that just does the scroll . How can I use more effects within this code. Bounce for example. var $doc = $('html, body'); $('.scrollSuvave').click(fu...
asked by 27.03.2018 / 16:58
0
answers

Page giving Scroll when loading Iframe

I have a page where this has an iframe for an application, the page first loads the iframe, when the iframe application loads, the whole page where the iframe automatically scrolls down, I do not know how to disable it.     
asked by 23.03.2018 / 21:10
1
answer

Jquery window.scroll can not repeat

Hello, When I scroll, the function executes normally, but keeps repeating every time I continue with the mouse scroll. I would like to know how to make it run only once. I'm doing this: $(window).scroll(function () { var scrollTop =...
asked by 15.03.2018 / 21:43
0
answers

Javascript does not work correctly in IE and Mozilla

Hello, I have a code that animates the site's anchor. When the user clicks the menu, it scrolls to the anchored location. But it's only working fluidly in Chrome and Opera. How can I adapt it to work in all browsers? Animated Scrolling Code w...
asked by 14.03.2018 / 18:30
3
answers

How to change right after scrolling on navbar

Hi, I have a jquery plugin that I want to use. I have a jquery plugin that I want to use. : <script type="text/javascript"> $(window).on('scroll', function(){ if($(window).scrollTop()){ $('nav').addClass('color');...
asked by 25.02.2018 / 17:11
1
answer

Replace image (logo in the upper left corner of the page) with a second logo (edited) Scroll

Good afternoon! I need to have the logo replaced when scrolling through the page on my site by the scroll bar or mouse scroll. My logo is inserted into the page via a class in bootstrap.css Following: .logo1{ background: url(../img/logo...
asked by 16.01.2018 / 17:28
0
answers

Calendar with horizontal scroll javascript

I'm looking for some free javascript calendar, similar to what you have in mobiscroll ( link ) with only one visible week and with horizontal scroll. Does anyone have a statement? Thank you in advance!     
asked by 31.12.2017 / 01:15