Tagged Questions
5
votes
1answer
2k views
Ipad/Iphone like scrolling
Have any of you seen like a javascript library that allows fluid div scrolling. I kind of want to do something like the scroll bars in google wave...but maybe less annoying. I happen to love them ...
2
votes
0answers
53 views
Smooth scrolling vertical text for progress
I need to create a control that will show text progress on a splash screen (e.g. will display various modules loaded and status of start up). I'd like the control to show only the last 3 or 4 lines ...
2
votes
4answers
1k views
Scrolling an HTML page with javascript?
I created a page that scrolled via JavaScript but in some browsers it does not scroll very smoothly when you and text to the page? And it doesn't seem to work at all in chrome.
My question is: What ...
2
votes
3answers
5k views
Blackberry - How to implement ListField Smooth Scrolling?
Overview
I'm using a listfield class to display a set of information vertically. Each row of that listfield takes up 2/5th's of the screen height.
As such, when scrolling to the next item (especially ...
1
vote
1answer
275 views
Smooth scrolling jquery not working
I am making a 1page website.
When i click the navigation link "bas&harald" it should go to the second slide (to the right) smoothly.
However i cannot get this to work. I am using this script: ...
1
vote
1answer
500 views
JQuery variable scroll on hover. How can I cause it to ease after mouse out?
Ok, I'm going to try to explain this, but it's kind of difficult. Say I have some html like this,
<div id="wrapper">
<div id="scroll">
<!--content-->
</div>
...
0
votes
2answers
77 views
Smooth scrolling end positioning
I have a nifty smooth animated scroll that goes up and down depending on what you click on the navigation (thanks to CSS-Tricks!). Now this is all working great but I have a nav that sticks to the top ...
0
votes
1answer
497 views
How to implement smooth scrolling in .NET
I want to implement a smooth/animated scrolling for a custom control in C#. I want something similar to the following javascript example:
http://www.kryogenix.org/code/browser/smoothscroll/#p0
My ...
0
votes
1answer
269 views
calculating velocity
Im trying to implement inertial scrolling in my GLSurfaceView and to do that i need to figure out how to calculate velocity, but im not sure how to do so. the translation is stored in a matrix, and it ...