You are here

parallax.css in Parallax Toolkit 7.3

.parallax-block {
  overflow: hidden;
}

.parallax-block .parallax-image {
  position: absolute;
          transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

.parallax-block .content {
  position: relative;
}

File

parallax_block/parallax.css
View source
  1. .parallax-block {
  2. overflow: hidden;
  3. }
  4. .parallax-block .parallax-image {
  5. position: absolute;
  6. transition: all 0.1s ease;
  7. -o-transition: all 0.1s ease;
  8. -moz-transition: all 0.1s ease;
  9. -webkit-transition: all 0.1s ease;
  10. }
  11. .parallax-block .content {
  12. position: relative;
  13. }