← Back to context

Comment by davidivadavid

7 days ago

Concept seems fun, and I'm expecting we'll see a bunch of those in the next few weeks/months. UX of that specific page seems broken, however, as the container for the explanation of each "function" doesn't scroll along with the rest of the content (stays stuck at the top) and makes it impossible to see.

I can confirm the broken UI. The demo container disappears as you scroll down, leaving a blank space that takes up most of the screen. I want to make a snarky joke about this but I'm just tired at this point.

Author here. That's actually great feedback. I accidentally broke the container scroll with a single line CSS change to fix something else, ugh. Should be fixed now.

  • Works now! Another free suggestion: when you drag a bit fast, since the animation is a bit slow, sometimes the boundary between before/after will barely move before your cursor makes it to the edge and reset to the middle, which is a bit jarring / doesn't let me really see anything. Should either make the animation faster, or put the reset threshold outside of the container somehow.