JQuery.Scrolly

Aus Wikizone
Wechseln zu: Navigation, Suche

https://github.com/Victa/scrolly

<div class="parallax teaser-bot" data-velocity=".5" data-fit="250" data-width="1600" data-height="1134" >&nbsp;</div>
<script src="js/jquery.scrolly/jquery.scrolly.js" type="text/javascript"></script>
<script>
    $(document).ready(function(){
       $('.parallax').scrolly({bgParallax: true});
    });
</script>