ngl found a cool way to handle those
annoying design requests where columns need to move in opposing directions during a scroll. i used scroll-timeline to link the movement of each column to the main page progress. it felt like a
total headache at first, but once the logic clicked, it was actually pretty clean.
>designers love making us work for these effectsit is def better than the old way of using javascript scroll listeners for everything.
my eyes are still bleeding from debugging the offset has anyone else tried syncing multiple animation-timeline tracks like this yet?
more here:
https://css-tricks.com/scroll-driven-animations-opposing-scroll-directions/