javascript - There is a strange jump when using parallax scroll -


i trying make parallax scroll, there seems strange jump @ around 100px, after scrolling up. works fine when take background image out.

note: on largest media query - open jsfiddle , extend run area largest possible until css style applied.

note: cannot upload image jsfiddle, substituted 'background-color:' - see .home-bg{ uncomment background-image , use sample image testing.

.home-bg{ padding: 20% 0%; /* image - use sample image, cannot upload 1 jsfiddle background-image: url(images/homebg.jpg); */ background-color: #ff0000; background-size: cover; background-repeat: none; background-attachment: fixed; -webkit-transition: 0.2 ease; -moz-transition: 0.2 ease; transition: 0.2 ease; } 

jsfiddle: https://jsfiddle.net/j4rcd4ys/