akiyatkin/parallax

There is no license information available for the latest version (v1.0.2) of this package.

Простой эффект Параллакса

Installs: 141

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

v1.0.2 2018-04-10 12:27 UTC

This package is auto-updated.

Last update: 2024-04-18 21:40:14 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>