akiyatkin/parallax

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

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

Maintainers

👁 akiyatkin

Package info

github.com/akiyatkin/parallax

Language:JavaScript

pkg:composer/akiyatkin/parallax

Statistics

Installs: 152

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 1deea36661e0a9497603e8dc3398a9c12c33bef6

This package is auto-updated.

Last update: 2026-06-19 02:48:45 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>