Viewing profile — MNNTNK
MNNTNK
HN member- Joined
- Tue, Jun 21, 2022, 5:22 AM UTC
- HN karma
- 18
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About MNNTNK
Recent public activity
- story
- story
-
comment
Comment #32032409
HTML Nestings such as a inside a is invalid and browser automatically fixes it by putting the outside the parent and so the DOM ends up rendering different structure than JSX. Ther…
- story
- story
-
comment
Comment #31929124
Fixed in V1.0.2 ;)
-
comment
Comment #31928453
It's got all the basic stuff you need that comes with other sliders, * touch support, drag, swipe * custom config for different media devices * ability to customize a lot of stuff …
-
comment
Comment #31928407
Yeah, the terminology is a bit loose here, A better name would be "carousel", but "slider" seems to be more popular term for "carousel" nowadays. See https://www.npmjs.com/search?q…
-
comment
Comment #31916274
Yeah, This is not good. This is happening because I've set `touch-action: none` CSS. It should be `touch-action: pan-y` Edit: Fixed in V1.0.1
-
comment
Comment #31916155
Thanks for the feedback, I see your point. This is definitely annoying, This is happening because I've added a logic that does not let the user trigger another transition if the sl…
-
comment
Comment #31912541
That's weird, It seems to be working fine on my iPhone. Can you let me know which version of Safari You are using?
-
comment
Comment #31912511
I've been pretty disappointed with existing slider libraries because of their horrendous impact on the browser's main thread, and they also cause layout shifts which is a total pai…
- story