Skip to content

erickolivares/header-parallax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Header-Parallax

Parallax Effect for background header images

View Demo!

###JS Include

<script src="parallax.js"></script>

####HTML Setup target div must have "parallax" class

<section class="parallax">
</section>

####CSS Setup

.parallax {
  background-position: 50% 0%;
  background-size: cover;
}

About

Parallax Effect for background header images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published