15
How do you make the scroll (scroll bar) of a page smooth? And if you can, how to customize it.
15
How do you make the scroll (scroll bar) of a page smooth? And if you can, how to customize it.
15
This page you mentioned uses a jQuery plugin called Nicescroll.
It is very easy to implement, just need to put this code inside your tag <head>
.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://areaaperta.com/nicescroll/js/jquery.nicescroll.min.js"></script>
$(document).ready(function () {
$("html").niceScroll();
});
Thanks @Sergio again helping me! D
Browser other questions tagged javascript jquery css
You are not signed in. Login or sign up in order to post.
I recently used in a project a plugin called jScrollbar. Very simple that customizes the scrollbar and can also make it smoother.
– dsantoro
Help Center: Why Can People Edit My Posts? How Editing Works?
– bfavaretto
Hello, @Alexandre. I looked at your questions, and apparently all editions are correct. Anyway, if something was actually edited improperly, you have the option to revert, in the "edit" link. If you wish, join http://meta.pt.stackoverflow.com to discuss the matter. Anyway, visit Meta to get an overview of the site and contribute your opinion.
– Bacco