This commit is contained in:
Tykayn 2023-06-21 12:23:06 +02:00 committed by tykayn
parent 4df685986f
commit 6d6218b1b3
2 changed files with 5 additions and 8 deletions

View File

@ -12977,7 +12977,6 @@ main .credits {
letter-spacing: 0.2em;
text-transform: uppercase;
color: #fffdfc;
backdrop-filter: blur(5px);
flex: none;
order: 0;
flex-grow: 0;
@ -12989,7 +12988,6 @@ main .credits {
font-weight: 500;
font-size: 16rem;
line-height: 65%;
backdrop-filter: blur(5px);
margin-bottom: 140px;
padding-top: 10rem;
}
@ -13194,7 +13192,6 @@ main .credits {
font-weight: 400;
font-size: 18px;
line-height: 26px;
backdrop-filter: blur(3px);
background: white;
border-radius: 2rem;
bottom: 0;
@ -13896,7 +13893,7 @@ main .credits {
}
}
@media all and (max-width: 35em) {
@media all and (max-width: 600px) {
#main_title {
margin-top: 5vh;
}
@ -14313,7 +14310,7 @@ responsive land
}
#kyc .bubbles {
margin-top: -244vw;
margin-top: -200vw;
}
#china {
@ -14426,7 +14423,7 @@ responsive land
.flip-container.flip-from-left .container-text {
left: 10vw;
top: 5vh;
top: 0;
}
.flip-container.flip-from-left .phone-container {

View File

@ -14,7 +14,7 @@ const offsetCard = '10'
function animateCard (id, side) {
console.log('animateCard', id, side, offsetCard)
console.log('animateCard', '#content-' + id + ' .flip-handle', side, offsetCard)
const fromObject = {
rotateY: rotateYCard,
// side: offsetCard
@ -32,7 +32,7 @@ function animateCard (id, side) {
markers: development_debug,
}
}
// fromObject[side] = 1;
fromObject[side] = 1;
toObject[side] = offsetCard;
gsap.fromTo('#content-' + id, fromObject,