Прокрутка Landing Page - Visavi.net
https://visavi.net/
RSS - Visavi.net
https://visavi.net/assets/img/images/logo_small.png
RSS - Visavi.net
https://visavi.net/
[email protected] (admin)
[email protected] (admin)
Sat, 23 Nov 2024 08:05:22 +0300
-
1. <strong>БИТ</strong>, привет. <img src="https://visavi.net/uploads/stickers/smile.gif" alt="smile"> <br>
Вот набросал пример:<br>
<pre class="prettyprint">var h = $(window).height();
$('#id1,#id2').css({
'background-color': '#b0c4de',
'height': h
});
var prevScroll = 0;
var up = true,
down = true;
$(window).scroll(function () {
var currScroll = $(this).scrollTop();
if (currScroll > prevScroll) {
if (down) {
down = false;
$("html, body").animate({
scrollTop: $(document).height()
}, 1000, function () {
down = true;
});
}
} else {
if (up) {
up = false;
$("html, body").animate({
scrollTop: 0
}, 1000, function () {
up = true;
});
}
}
prevScroll = currScroll;
e.preventDefault();
e.stopPropagation();
});</pre>
<a href="http://jsfiddle.net/Tegos/tw470wyn/17/" target="_blank" rel="nofollow"><strong>Demo</strong></a>
https://visavi.net/topics/41898/676979
Прокрутка Landing Page
Tegos
Fri, 23 Jan 2015 10:50:01 +0300
Сообщения
https://visavi.net/topics/41898/676979
-
1. <strong>БИТ</strong>, jquery
https://visavi.net/topics/41898/676929
Прокрутка Landing Page
Dmitry Kokorin
Thu, 22 Jan 2015 20:18:57 +0300
Сообщения
https://visavi.net/topics/41898/676929
-
Как сделать, чтобы блоки Lending Page, высотой с экран, прокручивались, как бы не сразу, а плавно, как будто с задержкой
https://visavi.net/topics/41898/676923
Прокрутка Landing Page
Don
Thu, 22 Jan 2015 16:30:28 +0300
Сообщения
https://visavi.net/topics/41898/676923