From 6d6218b1b3bc54b3b57aa58ea0b6d1fa003a2af3 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 21 Jun 2023 12:23:06 +0200 Subject: [PATCH] more log --- css/sprint_4.css | 9 +++------ js/animations_custom.js | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/css/sprint_4.css b/css/sprint_4.css index a106f4b..fe972ba 100644 --- a/css/sprint_4.css +++ b/css/sprint_4.css @@ -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 { diff --git a/js/animations_custom.js b/js/animations_custom.js index 87a9095..aa9df44 100644 --- a/js/animations_custom.js +++ b/js/animations_custom.js @@ -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,