Viewing profile — tinchox6
tinchox6
HN member- Joined
- Fri, Oct 27, 2017, 5:16 PM UTC
- HN karma
- 92
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About tinchox6
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47669320
You can use driver none to avoid transitions. And I’m working on reduce motion
-
comment
Comment #47669088
I turn of scroll events except on home assistant. You can enable or disable depending on your needs
-
comment
Comment #47669073
Thank you!!
-
comment
Comment #47667570
Good catch on forward navigation. Architecturally I don't keep a history of already-visited views, so forward has nowhere to go. It's something worth tackling though, especially fo…
-
comment
Comment #47667499
Thanks! Both the depth indicator and the zoomable affordance are things I'm actively working on. Glad the spatial navigation idea resonates.
-
comment
Comment #47667462
Firefox issues are real and I want to fix them. On the "why", fair to be skeptical, it's not for every UI. But I do think it makes sense when hierarchy needs to feel spatial.
-
comment
Comment #47667450
Good call, hash routing was the quick path. History API is on the list.
-
comment
Comment #47667432
Ha, noted. Pinch conflicts are a known pain point on touch devices, need to sort that out.
-
comment
Comment #47667406
Yeah the scroll expectation comes up a lot. Scale of the Universe was scijs I think, different beast but a great example of zoom done right.
-
comment
Comment #47667383
Fair point. No visual cue for what's zoomable is a real gap. Thinking about how to handle that without cluttering the UI.
-
comment
Comment #47667239
That means a lot, thanks. The iOS back gesture thing is tricky but would be really sweet to pull off.
-
comment
Comment #47667194
Glad you liked it! That one was fun to build.
-
comment
Comment #47667173
Thanks! Yeah, immersive demos and dashboards are where it seems to click best.
-
comment
Comment #47667156
Thanks! The a11y angle is something I want to tackle properly. Noted the bugs too, the car one is a known issue.
-
comment
Comment #47667129
Appreciate it! Breadcrumbs and back navigation are definitely on my radar.
-
comment
Comment #47667105
Thanks! Speed was a big focus, glad it comes through. Your app looks really cool btw.
-
story
Zooming UIs in 2026: Prezi, impress.js, and why I built something different
There are essentially two established ways to use zooming in web interfaces today. They serve different purposes and make different tradeoffs. I built a third one, so I'll try to b…
-
comment
Comment #47626471
Thanks! Ive tried using HA API to get all the information and then parse it and render using this UI, but it was just an experiment. I dindt try using custom cards
-
comment
Comment #47625650
Hey! I made Zumly. The idea is offering an alternative to traditional page navigation using zooming. You mark an element as zoomable, point it to a view, and Zumly handles the tran…
- story
- story
-
comment
Comment #43864024
All isues fixed https://github.com/zumerlab/snapdom/releases/tag/v0.9.2
-
comment
Comment #43844742
If interested I solved almost all issues you pointed out (speedy and accuracy). https://github.com/zumerlab/snapdom/issues/3