Прокрутка 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) Fri, 26 Apr 2024 19:10: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(); $(&#039;#id1,#id2&#039;).css({ &#039;background-color&#039;&#58; &#039;#b0c4de&#039;, &#039;height&#039;&#58; h }); var prevScroll = 0; var up = true, down = true; $(window).scroll(function () { var currScroll = $(this).scrollTop(); if (currScroll &gt; prevScroll) { if (down) { down = false; $(&quot;html, body&quot;).animate({ scrollTop&#58; $(document).height() }, 1000, function () { down = true; }); } } else { if (up) { up = false; $(&quot;html, body&quot;).animate({ scrollTop&#58; 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