bootstrap parallax smooth scrolling issue

Jones

I have created a page with bootstrap js framework but page scroll is very slow when we use to scroll down also scroll up.

i was unable to find any solution if any body could tell me what can i do to scroll this page smooth and very effective

here is code snipped

<body>
    <div id="custom-navbar" class="navbar navbar-default navbar-fixed-top">
        <div class="container">
            <div class="navbar-brand">
                <img src="imgs/logo.png">
            </div>
            <button class="navbar-toggle" data-toggle="collapse" data-target=".navHeaderCollapse">
            </button>
            <div class="collapse navbar-collapse navHeaderCollapse">
                <ul class="custom-navbar-ul">
                    <li class="hoverY"><a href="#">HOME</a></li>
                    <li class="hoverY"><a href="#">BENEFITS</a></li>
                    <li class="hoverY"><a href="#">APPSBRITE<br>
                        WIDGET</a></li>
                    <li class="hoverY"><a href="#">PLACEMENT<br>
                        GUIDE</a></li>
                    <li class="hoverY"><a href="#">BLOG</a></li>
                    <li class="hoverY"><a href="#">ABOUT</a></li>
                    <li class="hoverN">
                        <button type="button" id="sign-up" class="btn btn-sm">
                            <a href="#">SIGN UP</a></button></li>
                    <li class="hoverN">
                        <button type="button" id="sign-in" class="btn btn-sm">
                            <a href="#">SIGN IN</a></button></li>
                </ul>
            </div>
        </div>
    </div>
    <div id="main">
        <div id="home-1" class="section" data-index="1" style="position: absolute; top: 0%;">
        </div>
        <div id="home-2" class="section" data-index="2" style="position: absolute; top: 100%;">
        </div>
        <div id="home-3" class="section" data-index="3" style="position: absolute; top: 200%;">
        </div>
        <div id="home-4" class="section" data-index="4" style="position: absolute; top: 300%;">
        </div>
        <div id="home-5" class="section" data-index="5" style="position: absolute; top: 400%;">
        </div>
        <div id="home-6" class="section" data-index="6" style="position: absolute; top: 500%;">
            <div id="footer">
                <div id="copyright">
                </div>
            </div>
        </div>
    </div>
</body>

For the sample of page please refer http://jainert.5gbfree.com/

you will find sample page

Christina

This has zero to do with Bootstrap.

Read the docs of your scripts. It's not wise to use scripts w/o reading the docs.

https://github.com/alvarotrigo/fullPage.js/

$(document).ready(function(){
    $('#main').fullpage({
        scrollOverflow: false,
        easing: 'easeInOutExpo',
        autoScrolling: true,
        scrollingSpeed: 1200, /* change this value to control the speed*/
        slidesNavigation: true
});

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Turn off smooth scrolling in GTK3

분류에서Dev

GridView scrolling weird issue

분류에서Dev

Issue with jQuery scrolling

분류에서Dev

Scrolling issue with a div inside a dialog

분류에서Dev

Smooth-scrolling to URL on click event using function

분류에서Dev

Links jump to top and bottom but smooth scrolling doesn't work

분류에서Dev

Scrolling to a position with bootstrap carousel button

분류에서Dev

Bootstrap Tabbable Issue

분류에서Dev

Bootstrap Hover Link Issue

분류에서Dev

Twitter Bootstrap Scrollspy not working while scrolling

분류에서Dev

Why can't I get vim smooth-scrolling to work on iTerm2 (Yosemite)?

분류에서Dev

jQuery Smooth Scrolling이 작동하지 않습니다.

분류에서Dev

Issue Blueimp gallery Twitter Bootstrap

분류에서Dev

Card spacing issue with animations within a horizontally scrolling div

분류에서Dev

Android browser floating menu issue while fast scrolling

분류에서Dev

CSS issue on Twitter Typeahead with Bootstrap 3

분류에서Dev

bootstrap 3.0 multiple textbox in horizontal form issue

분류에서Dev

Issue with adding bootstrap tabs using json and php

분류에서Dev

Knockout data-bound bootstrap carousel issue

분류에서Dev

JQuery Parallax not working

분류에서Dev

Date formating issue when using momentjs and bootstrap calendar

분류에서Dev

How to add easing to parallax movement?

분류에서Dev

HTML/CSS - image over image with parallax effect

분류에서Dev

Parallax navigation menu to change colors on specific slides

분류에서Dev

Parallax RFID 및 Johnny-Five

분류에서Dev

jQuery / Javascript Parallax Code-설명

분류에서Dev

UIInterpolatingMotionEffect Parallax Effect Swift 2 iOS

분류에서Dev

JavaFX Smooth Animation

분류에서Dev

UIView animation, how make it smooth?

Related 관련 기사

뜨겁다태그

보관