Y
Hacker News
new
|
ask
|
show
|
jobs
by
cloogshicer
77 days ago
What an amazing article. I really like the presentation of text scrolling together with the code. Wonder how this is done under the hood.
1 comments
willybrauner
77 days ago
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.
link
cloogshicer
77 days ago
Super cool, thanks for explaining! Is the code available somewhere?
link
willybrauner
77 days ago
No, unfortunately, my website is not open source. I may consider externalizing the blog in the future, while keeping all the internal article modules.
link