akiyatkin / parallax
此包最新版本(v1.0.2)没有可用的许可信息。
简单的平行效果
v1.0.2
2018-04-10 12:27 UTC
This package is auto-updated.
Last update: 2024-09-18 22:31:02 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>