logoalt Hacker News

cloogshicertoday at 7:47 AM1 replyview on HN

What an amazing article. I really like the presentation of text scrolling together with the code. Wonder how this is done under the hood.


Replies

willybraunertoday at 8:18 AM

Thanks a lot! The left column containing the text is sticky, The right column is absolute and translate on Y and depend on an intersection observer triggered by each scroll section from the left.

show 1 reply