Questions tagged [slimscroll]

slimScroll is a small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar

slimScroll is a small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently.

slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User can drag the scrollbar or use mouse-wheel to change the scroll value.

Project page: https://github.com/rochal/jQuery-slimScroll

119 questions
12
votes
7 answers

Removing slimscroll from div

I got a div, and to make it fancier I use the SlimScroll jQuery plugin on that div $('#scrollable').slimscroll({ color: '#900', size: '8px', width: '300px', height: '500px' }); now there's a moment when I want this div not to have this…
Andrea Silvestri
  • 992
  • 4
  • 13
  • 38
9
votes
3 answers

jQuery slimScroll to always start at the bottom

I have a container that have already a slimscroll, and a button to add new item to the last element. I want the scrollBar of slimscroll to always start at the bottom. Any help please? :(
  • item 1
meetmahpuppy
  • 378
  • 1
  • 3
  • 16
7
votes
2 answers

Slimscroll bar very slow in mobile browser

I am using the slimscrollbar plugin. It is working fine in Web Browser, but its very slow in mobile browser. Any solution to increase the speed that work for mobile?
Umesh Sehta
  • 1,599
  • 9
  • 20
7
votes
4 answers

Disable fullpage.js on mobile (touch) devices

I'm using fullpage.js and the slimscroll.js plugin, which is required to allow scrolling in a section which has content that exceeds the height it's container section. I've noticed that the experience is quite bad on touch devices. Whereas normally…
patrickzdb
  • 838
  • 1
  • 9
  • 24
5
votes
1 answer

Slimscroll scrollbar not moving when content scrolled by scrollBy or scrollTo

I have a slimscroll applied content. I scroll to a content by using scrollTo and scrollBy parameters. Ex: $element.slimScroll({scrollBy : '100px'}); It works and content is scrolled by given amount. However, scrollbar does not move and stays at top…
zarax
  • 694
  • 1
  • 8
  • 25
5
votes
5 answers

horizontal scrollbars with slimscroll

I use slimscroll for my scrolling needs and it works great. Now I have need for horizontal scrolling. A quick google search gives me some results to references in the github source code and some issues which indicates that that horizontal scroll…
wendellmva
  • 1,686
  • 1
  • 24
  • 30
5
votes
0 answers

jquery slimscroll is not working

I am using jquery slimscroll. But it is not appearing on the page. Any help would be appreciated. HTML -