Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <div id="pagehead">

  <div class="pagetext">
    <h3 class="top">Lorem Ipsum Dolor</h3>
    <h3 class="bottom">lorem Ipsum Dolor</h3>
  </div>

  <div class="pagedisolve" style="background-image:url('https://images.unsplash.com/photo-1604673809095-242bf2b47106?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ')">
  </div>

</div>

<div class="pagefill" style="background-image:url('https://images.unsplash.com/photo-1604673809095-242bf2b47106?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ">
</div>

<div id="dia" class="mpcontent content-nomarg">

  <blockquote class="wp-block-quote animation-element">
    <p>In semper ultricies imperdiet. Sed in nibh at tortor lacinia varius a non diam. Aliquam pulvinar sem at dolor mattis tincidunt.</p>
  </blockquote>

  <div class="wp-block-group side-text">
    <div class="wp-block-group__inner-container">
      <p class="animation-element">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id justo ac lorem pharetra tempus id non augue. Proin orci arcu, tempus sed massa id, convallis dictum nisi. Mauris lobortis bibendum lacus id laoreet. Proin quis mollis massa. Aliquam et sapien vitae velit volutpat pellentesque ac eu dui. Vivamus sit amet sapien condimentum, fringilla metus vel, hendrerit augue. Nunc finibus auctor sapien et viverra. Fusce id magna vestibulum, viverra magna nec.

      </p>

      <p class="animation-element">Semper ex. Duis eu elit volutpat, malesuada arcu sit amet, posuere dolor. Mauris nec nisl at risus efficitur porta. Donec ac turpis metus. Duis eget tristique nunc. Sed et erat efficitur, dignissim justo sit amet, efficitur turpis. Nunc molestie eros ac lectus bibendum, nec fermentum eros eleifend. Fusce et felis in nisi volutpat lacinia sed vel lectus.</p>
    </div>
  </div>
</div>
              
            
!

CSS

              
                @import url("https://fonts.googleapis.com/css?family=Signika+Negative:300,400&display=swap");

body {
  background: #02253b;
  font-family: "Signika Negative", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

.pagefill {
  height: 100vh;
  text-align: center;
  background-size: cover;
  background-position: center;

  background-attachment: fixed;

  color: transparent;
  mask-image: url("https://assets.codepen.io/5346986/natural.png");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("https://assets.codepen.io/5346986/natural.png");
  -webkit-mask-repeat: no-repeat;
  mask-size: 720px;
  -webkit-mask-size: 720px;
}
.pagedisolve {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;

  background-attachment: fixed;

  color: transparent;
}

.pagetext {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  text-align: center;
  width: 100%;
}
.pagetext h3 {
  font-weight: normal;
  position: absolute;
  color: #fff;
  z-index: 9999;
  font-family: "Arial";
  font-size: 26px;
}
.pagetext h3.top {
  text-align: left;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 900px;
  opacity:0;
}
.pagetext h3.bottom {
  text-align: right;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 900px;
    opacity:0;
}

.content {
  height: 100vh;
  color: #fff;
  margin: 150px auto 150px;
  position: relative;
  line-height: 1.2;
  margin-top: calc(150px - 100vh);
}
.mpcontent {
  max-width: 800px;
  height: 100vh;
  color: #fff;
  margin: 150px auto 150px;
  position: relative;
}
.mpcontent.content-nomarg {
  margin-top: 0;
  padding-bottom: 500px;
}
.mpcontent blockquote {
  float: left;
  width: 48%;
  margin-right: 5%;
  font-size: 34px;
  text-align: right;
}
.mpcontent .side-text {
  margin-top: 200px;
  width: 41%;
  float: left;
}

              
            
!

JS

              
                // gsap.to()... infinity and beyond!
// For more check out greensock.com

gsap.registerPlugin(ScrollTrigger);

var tl = gsap.timeline({
  scrollTrigger: {
    trigger: "#pagehead",
    start: "top top",
    end: "+=100%",
    pin: true,
    scrub: 1,
    markers: true
  }
});

tl.addLabel("dia")
  .to(".pagedisolve", { duration: 1, autoAlpha: 0 }, 1)
  .to(".pagetext h3.top", { duration: 1, autoAlpha: 1 }, 2)
  .to(".pagetext h3.bottom", { duration: 1, autoAlpha: 1 }, 3);

ScrollTrigger.create({
  trigger: "#pagehead",
  start: "top top",
  end: "+=100%",
  pin: ".pagefill",
  scrub: 1,
  markers: true,
  onLeave: () => {
    gsap.set(".pagefill", { yPercent: -100 });
  },
  onEnterBack: () => {
    gsap.set(".pagefill", { yPercent: 0 });
  }
});

var ta = gsap.timeline({
  scrollTrigger: {
    trigger: "#dia",
    start: "top top",
    end: "+=100%",
    pinspacer: false,
    pin: true,
    scrub: 1,
    toggleActions: "play reverse stop reverse",
    markers: false
  }
});

ta.addLabel("dias")

  .to("blockquote", { autoAlpha: 1 })
  .to("p", { autoAlpha: 1 }, "+=.5");

              
            
!
999px

Console