Questions tagged [scroller]

248 questions
19
votes
3 answers

Continuously scrolling horizontal ticker containing images in jQuery?

I would like to do something like this: http://javascript.about.com/library/blcmarquee1.htm The script I referenced however seems to be a bit laggy (outdated?), so I was wondering if anyone knew of a better solution. (jQuery solutions welcome.)
Mathias Bynens
  • 144,855
  • 52
  • 216
  • 248
12
votes
4 answers

Android: Scroller Animation?

I'm a newbie in Android development, and I would just like to know a little bit about the Scroller widget (android.widget.Scroller). How does it animate the view? Can the Animation object, if it exists, be accessed? If so, how? I've read the source…
Kenn Cal
  • 3,659
  • 2
  • 17
  • 18
10
votes
2 answers

Android Scroller simple example

Can anyone gives me simple example about Scroller class? As I understand, it encapsulates scrolling, so I need start calculating and then manually update must ScrollView to new positions. So I just try Scroller scroller = new…
Artem Caritas
  • 315
  • 1
  • 4
  • 10
8
votes
2 answers

Vertical fling scrolling of text line in Android

I have implemented the editor code from the Android Note Pad sample code. Now I would like to add the ability to vertically fling scrolls the lines of text. An example of what I want to accomplish is the fling scrolling of the option lines in the…
Xarph
  • 1,429
  • 3
  • 17
  • 26
7
votes
4 answers

Scroller background not transparent in NSScrollView

Hi! I am using an NSScrollView which has a view-based NSTableView. Whenever the table adds a table cell the scrollers show up which is fine until you see that the scrollers don't have a transparent background. For some reason it's background is…
iMaddin
  • 982
  • 1
  • 14
  • 23
6
votes
2 answers

How to create continuous scrolling content using Jquery .animate() function?

Possible Duplicate: Implementing circular scroller in jquery I want to create vertical scroller, which will work exactly like marquee. But I want it to be continuous, like when we use marquee the whole content comes back only after it completely…
vikas devde
  • 11,691
  • 10
  • 35
  • 42
5
votes
4 answers

jQuery Slider with image thumbnails

I need a jquery slider with thumnail scroller similar like to this image attached.Can anybody send me link to such jquery carausel .Thanks :)
sunilkjt
  • 985
  • 4
  • 12
  • 21
5
votes
3 answers

How to fix side bar and header using CSS for JS & jQuery Scroller

I have this layout and I want to make the left sidebar, right sidebar and the header fixed. This is my css : #container { padding-left: 200px; /* LC fullwidth */ padding-right: 190px; /* RC fullwidth + CC padding */ …
Ali Ben Messaoud
  • 11,690
  • 8
  • 54
  • 87
5
votes
1 answer

Android Scroller fling to fixed position

I'm trying to use a Scroller to fling to a fixed position. My problem is: it ends up in the correct position, but it's either just running once and setting the end position immediately or scrolls very slowly first and then jumps to the end. EDIT:…
Maria Neumayer
  • 3,337
  • 3
  • 27
  • 44
4
votes
1 answer

jQuery - If left <= 0, set css to X amount

I've created a scrolling script but i need it to loop when a set div gets to so many pixels to the left, here's my script to do it all but there's no such luck in getting it to work. var scrollerwidth = 0; $(window).load(function () { …
Matthew Artiman
  • 151
  • 1
  • 1
  • 13
4
votes
4 answers

How to Apply SlimScroll to Body Element?

So I've been trying to apply the plugin to the Body Element and for some reason it just doesn't work.. Things I've tried: $(function() { $('body, html').slimScroll({ size: '8px', width: '100%', height: '100%', color: '#ff4800', …
Chris Lad
  • 349
  • 4
  • 8
  • 24
3
votes
4 answers

Flex Mobile textInput in scroller text lag

I have been seeing a weird lag in the text that is input into a textInput container in my flex mobile app. The issue occurs when I type in some text into a textInput then scroll in any direction. The entire screen and all objects seem to move,…
Dave Bilodeau
  • 249
  • 1
  • 5
  • 13
3
votes
1 answer

jQuery function stops when browser zooms out

I'm using SmoothDivScroll 1.1 and everything is working fine till I zoom out in a browser (firefox, chrome and safari tested on windows 7) (when zoomed in the scroller doesn't stop). The way SmoothDivScroll is loaded is: $(window).load(function()…
Waarten
  • 115
  • 6
3
votes
1 answer

Flex 4: Scrolling a Spark Form to focussed element programatically?

I found this example http://blog.flexexamples.com/2009/11/02/auto-scrolling-the-contents-of-a-vgroup-container-in-flex-4/ which works great but only if you have the focussable elements in a VGroup. However I have a Form inside the VGroup which means…
BadmintonCat
  • 9,416
  • 14
  • 78
  • 129
3
votes
1 answer

Reverse scroll in jquery

I am working on a jquery timeline. I need to make the main content draggable and move the handlebar in relation to the the distance dragged. Can anyone tell me how I can do that? http://kuficgraphics.com/dev/NASA/timeline/
1
2 3
16 17