akiyatkin / parallax
There is no license information available for the latest version (v1.0.2) of this package.
Простой эффект Параллакса
v1.0.2
2018-04-10 12:27 UTC
This package is auto-updated.
Last update: 2026-02-19 01:49:59 UTC
README
Пример
<section id="divid" class="text-center" style=" background: url('/vendor/akiyatkin/parallax/image.jpg') no-repeat center center fixed; color:#fff; background-size:cover; "> <h1>Bootstrap Parallax</h1> <p class="lead">Add Some Motion</p> </section> <script> Parallax.init('divid',0.15); </script>