When I click to expand my accordion content my sample text jumps for a split second. I have no idea why it’s doing this. It’s simply supposed to appear / disappear with the expanded content.
Are you talking about how your “content expand trigger” div has a pressed hover state that reveals transforms the info text box? Would removing that solve the issue?
It also seems like having the descriptions as fixed is making them overlap if two are clicked, maybe putting everything in a grid and making them sticky instead would work better for you. Or add them to your fade out scroll trigger.