You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for your awesome script. this is the second project I have pleasure to use Stellar.
When i do first scroll all elements with parallax, they jump to position causing a bad impression on page. After this, everything is ok. Code:
Index.html
First, thanks for your awesome script. this is the second project I have pleasure to use Stellar.
When i do first scroll all elements with parallax, they jump to position causing a bad impression on page. After this, everything is ok. Code:
<script src="js/jquery-1.11.2.min.js"></script>Index.html
script.js
jQuery(document).ready(function ($) {
$(window).stellar({
responsive: true,
horizontalScrolling: false,
horizontalOffset: 0,
hideDistantElements: false
});
});
The text was updated successfully, but these errors were encountered: