Chinmay
WBWeb Bae
•Created by Chinmay on 4/24/2024 in #❓︱questions
GSAP Flip flexbox contents jumping (CodePen included)
Ohhhh wait I figured it out. You're identifying it through the item that's being looped over/clicked on.
7 replies
WBWeb Bae
•Created by Chinmay on 4/24/2024 in #❓︱questions
GSAP Flip flexbox contents jumping (CodePen included)
Just a question, I'm not understanding how it knows the correct index position of the selected h3, instead of putting the ghost item at the bottom of the array when appending?
7 replies
WBWeb Bae
•Created by Chinmay on 4/24/2024 in #❓︱questions
GSAP Flip flexbox contents jumping (CodePen included)
Ahhh that's really interesting! Thanks man. I'm only using it during a page transition so the ghost element can just be the way you've got it tbh.
7 replies
WBWeb Bae
•Created by Bhaskar657 on 2/7/2024 in #❓︱questions
How to arrange a custom grid for CMS
No worries, anytime!
7 replies
WBWeb Bae
•Created by Bhaskar657 on 2/7/2024 in #❓︱questions
How to arrange a custom grid for CMS
Hey! The way Pat mentioned with the nth element would be the best way. You could also do it natively if you find it easier, but it's scrappy.
1) Set up the containing grid (2x2)
2) Add 2 CMS collections, the first one that takes up the first column, and the second taking up the second column.
3) In the CMS settings for the left one, look under
Limit Items
, and set Show: 1
and Start At: 1
.
4) For the one on the right hand side, set Show: 2
and Start At: 2
.
5) And ofc style the large item and small items as you need7 replies
WBWeb Bae
•Created by Chinmay on 1/25/2024 in #❓︱questions
Custom cursor not aligned (at 1921px and greater)
Oh my god, okay I think I've got it for now. I took off the translate(-50%, -50%) out of Webflow and added it just through the JS as a static value in the string that updates the transforms. I still don't know what was causing the issue between the breakpoints but at least it's solved for now. Thanks so much @AtomicZBRA
8 replies
WBWeb Bae
•Created by Chinmay on 1/25/2024 in #❓︱questions
Custom cursor not aligned (at 1921px and greater)
8 replies
WBWeb Bae
•Created by Chinmay on 1/25/2024 in #❓︱questions
Custom cursor not aligned (at 1921px and greater)
Yeah interesting, I just checked it myself and mine is being fixed at 1961px and up. I honestly have no idea what could be causing this...
Anyway, here's the read-only link: https://preview.webflow.com/preview/staging-projectzero?utm_medium=preview_link&utm_source=designer&utm_content=staging-projectzero&preview=c68398a5662e363448c08a514b0b789e&workflow=preview
You'll need to
display:none
the .section_preloader
and overflow: visible
to .page-wrapper
in the designer in order to see the hero section and scroll (and see the cursor)8 replies