b1bf4ada by Jeff Balicki

fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 3f13838d
......@@ -15511,7 +15511,7 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
justify-content: center;
height: 786px;
}
.overlay-desc2 span {
......@@ -15533,7 +15533,7 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
justify-content: center;
}
.c-header_title_linerr {
.c-header_title_liner {
display: block;
opacity: 0;
transform-origin: center top;
......@@ -15541,27 +15541,27 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
transform: translateY(100%) rotateX(-80deg);
transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.is-ready .c-header_title_linerr {
html.is-ready .c-header_title_liner {
transform: none;
opacity: 1;
transition-duration: 0.8s;
}
html.is-ready .c-header_title_linerr:nth-child(1) {
html.is-ready .c-header_title_liner:nth-child(1) {
transition-delay: 0.1s;
}
html.is-ready .c-header_title_linerr:nth-child(2) {
html.is-ready .c-header_title_liner:nth-child(2) {
transition-delay: 0.2s;
}
html.is-ready .c-header_title_linerr:nth-child(3) {
html.is-ready .c-header_title_liner:nth-child(3) {
transition-delay: 0.3s;
}
html.is-ready .c-header_title_linerr:nth-child(4) {
html.is-ready .c-header_title_liner:nth-child(4) {
transition-delay: 0.4s;
}
.c-header_title_linerr span {
.c-header_title_liner span {
display: inline-block;
}
.c-header_title_linerr.-version {
.c-header_title_liner.-version {
text-transform: none;
font-size: 0;
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -15254,9 +15254,9 @@
// });
tl.to(".move_1", {
y: -700
y: -786
}, 0).to(".move_2", {
y: -800
y: -486
}, 0);
tl1.to(".move_3", {
y: -786
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -44,8 +44,8 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
<div class="row move_2">
<div class="col-md-12 content-area">
<div class="overlay-desc2 header">
<h1 class="c-header_title_line">That alignment can evolve</h1>
<span class="c-header_title_line">organization-wide or by product, service or project.</span>
<h1 class="">That alignment can evolve</h1>
<span class="">organization-wide or by product, service or project.</span>
</div>
</div>
</div>
......@@ -63,23 +63,23 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
<div class="row move_3">
<div class="col-md-12 content-area">
<div class="overlay-desc2 mid header">
<span class="c-header_title_line">Tenzing helps its clients <br>
<span class="">Tenzing helps its clients <br>
outperform their peers or competitors <br>
by creating and implementing great</span>
<h1 class="c-header_title_line">transformative, <br>
<h1 class="">transformative, <br>
compelling, <br>
almost magical</h1>
<span class="c-header_title_line">brand stories and experiences. </span>
<span class="">brand stories and experiences. </span>
</div>
</div>
</div>
<div class="row move_4">
<div class="col-md-12 content-area">
<div class="overlay-desc2 mid header">
<h1 class="c-header_title_line">transformative, <br>
<h1 class="">transformative, <br>
compelling, <br>
almost magical</h1>
<span class="c-header_title_line">in both the digital and analogue worlds. </span>
<span class="">in both the digital and analogue worlds. </span>
</div>
</div>
</div>
......
......@@ -85,7 +85,7 @@ var tl1 = gsap.timeline({
// end: "+=100%"
// });
tl.to(".move_1", {y: -700}, 0).to(".move_2", {y: -800},0)
tl.to(".move_1", {y: -786}, 0).to(".move_2", {y: -486},0)
tl1.to(".move_3", {y: -786}, 0).to(".move_4", {y: -786},0)
// each time the window updates, we should refresh ScrollTrigger and then update LocomotiveScroll.
......
......@@ -125,7 +125,7 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content:flex-end;
justify-content:center;
height: 786px;
span{
align-self:flex-end;
......@@ -147,7 +147,7 @@
}
.c-header_title_linerr {
.c-header_title_liner {
display: block;
opacity: 0;
transform-origin: center top;
......