Разделы
Теги | RSS © 2008 – 2022
Контакты
email:
skype:
» » scroll

Пролистывание страницы вниз (scroll to bottom) на jQuery


Т.к. функции scrollBottom не существует, то делается вот такой хук:
$("a[href='#bottom']").click(function() {
  $("html, body").animate({ scrollTop: $(document).height() }, "slow");
  return false;
});
По клику на #bottom пролистывается страница вверх на высоту документа и таким образом получаем прокрутку в низ страницы с анимацией =)

jQuery slimScroll


jQuery slimScroll

http://rocha.la/jQuery-slimScroll

On Scroll Effect Layout


On Scroll Effect Layout

ДЕМО / СКАЧАТЬ

On-Scroll Animated Header


On-Scroll Animated Header

ДЕМО / СКАЧАТЬ

perfect-scrollbar - Tiny but perfect jQuery scrollbar plugin


perfect-scrollbar - Tiny but perfect jQuery scrollbar plugin

http://noraesae.github.com/perfect-scrollbar/

Scroll - Custom adaptive scrolling


Scroll - Custom adaptive scrolling

ДЕМО / https://github.com/exewebru/scroll
«
12
»
Вверх