akiyatkin/parallax

此包最新版本(v1.0.2)没有可用的许可信息。

简单的平行效果

安装: 141

依赖项: 1

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

公开问题: 0

语言:JavaScript

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>