Shifting the contents of the viewport up/down (vertical scrolling) or left/right (horizontal scrolling).
0
votes
2answers
14 views
Sticky scroller changes height when it hits top of page
I have a sticky navbar that sticks to the top of the browser window when it touches. The problem is that as soon as it touches the top the height of the navigation bar doubles. I can't seem to see ...
0
votes
0answers
12 views
JQuery smooth scrolling to anchors return true or false
I found a JQuery code to use for smooth scrolling, here and used the first answer code which works perfectly, but it doesn't work with browser back buttons.
I tried the suggested code for the back ...
0
votes
0answers
16 views
0
votes
0answers
7 views
iFrame'd player scrolling at same time as page ONLY in Firefox (not other browsers)
Ive just noticed this bug/quirk in Firefox on our site.
If you visit
http://themixtapesite.com/#/crack-music-6
Now try to wheel or trackpad scroll the track listing in the player, you'll notice ...
1
vote
0answers
17 views
How to implement elastic scrolling using jquery mobile?
I am developing an ebook reader app. When i swipe the pages, elastic scrolling has to happen. Can somebody please let me know how to do this using jquery mobile?
0
votes
2answers
32 views
drawRect - image scrolling performance
My tableview suffers from considerably jarring/unpleasant scrolling as it has lots of images.
During my quest for better scrolling performance, I encountered Loren Brichter's ABTableViewCell ...
1
vote
1answer
15 views
Scroll Vertically inside ListView when ListView is VerticalAlignment=“Stretch”
How do we get the ListView to behave properly? I am trying to scroll vertically inside my ListView, and I was eventually able to get something to scroll vertically, but the ListView keeps expanding in ...
-4
votes
1answer
38 views
Scrolling by using jQuery and PHP? [closed]
Anybody could give me a good example of loading messages from a database using the famous scrolling-down thing using jQuery and PHP?
2
votes
0answers
36 views
jQuery Plugin Scrollorama wrong timing
I made a small example using jQuery Plugin scrollorama:
http://jsfiddle.net/DcSjB/
this is where i call scrollorama:
(function($){
$(document).ready(function() {
var scrollorama = ...
1
vote
0answers
41 views
Is there a jQuery equivalent to CSS3 background-clip?
I need to create a scrolling image inside the text, I've created a working version using CSS3 background-clip and animations, but this isn't cross-browser compatible.
I have tried simply scrolling ...
0
votes
1answer
10 views
detect start of scroll event in macbook
I have a scrollable div called 'divEventScroll'. When data is appended into this div using javascript/jquery, it is expected that the scroll bar stays at the same place i.e. scrollTop() remains the ...
0
votes
1answer
28 views
How to fix recycling of list view in android
I have a custom list view having multiple rows. Each row have a layout as header with some name on it. i am setting this layout visibility to GONE when the name on the layout is same for the next row. ...
0
votes
0answers
12 views
Kendo UI scrolling issue
I'm using listview in my application like this
<div data-role="view" data-title="iGenApps Examples" id="index">
<ul data-role="listview" data-type="group" data-style="inset">
...
0
votes
0answers
11 views
Enable/Disable FlowDocument scrolling when new entries are added
I have a FlowDocument and I need the following functionality:
when I add paragraphs I need to have the scroll on the bottom of the document but when I scroll the page, i want to disable scrolling to ...
0
votes
0answers
25 views
How to calculate velocity for automatic kinetic scrolling
I'm implementing a circular menu that the user can drag and flick to scroll its menu items horizontally. When the application first starts, I want to run an automatic kinetic scrolling to show the ...