diff options
author | bt <bt@web> | 2023-12-12 13:52:00 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-12 13:52:00 -0500 |
commit | 6705dc9072ba98c3cb3229dd650908f1904ab941 (patch) | |
tree | df1241a005c2bb5e7fb5f499b1307cef580e44bd /posts | |
parent | fe21486246433d3a704ab08558bb55f31ba4fe8c (diff) |
Diffstat (limited to 'posts')
-rw-r--r-- | posts/bidirectional-scrolling.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/bidirectional-scrolling.md b/posts/bidirectional-scrolling.md index 019c331..41e8065 100644 --- a/posts/bidirectional-scrolling.md +++ b/posts/bidirectional-scrolling.md @@ -1,6 +1,5 @@ -# Bidirectional Scrolling: Why Not Both? - -2020-11-09 +[[!meta title="Bidirectional Scrolling: Why Not Both?"]] +[[!meta date="2020-11-09"]] *I recently came across Adam Silver's post [about the merits and pitfalls of bidirectional scrolling](https://adamsilver.io/articles/bidirectional-scrolling-whats-not-to-like/)* and found myself conflicted with the design arguments put forth in the article. It's a very good article overall, and I suggest giving it a read before digging deeper into my post here. |