Replies: 1 comment 4 replies
-
Sounds interesting, @declann! When you talk about friction, do you mean the idea of several triggers going by without the visible sticky changing? If so, this is something you can accomplish by using the same citation on several triggers. Something like:
Is that what you had in mind? PS: loved your work on that retirement example! If you make something similar with Closeread, please consider entering it in the Closeread Prize! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love the attention to detail closeread is providing in a simple API.
Getting a little more complicated - I wonder if it would be useful to add a mechanism for "friction": where a narrative can be stuck in position for some 'time' (scroll distance), rather than always progressing on scroll.
I think this is something thats particularly useful when scrolling is triggering dynamic behavior - I guess that a user can't easily focus on multiple things moving at once! So I use "friction" a lot in this scrollama (which was overall far harder to implement than what I'm building with closeread)
Perhaps it would add too much complexity: e.g. a followup request would be to control where the message gets stuck.
Since I think the pieces around this in closeread are already nailed well, I'd be interested to hear any thoughts about how/if "friction" could fit in?
I'm thinking: something like spacer but called friction, but the implementation details behind that might be complicated.
Absent a way to do this, I almost gave up on a few things, but I had a look at the most memorable scrollytelling links I have and a tonne can clearly be accomplished without it - interested in any thoughts, though!
Beta Was this translation helpful? Give feedback.
All reactions