You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I tried to implement the stories code from you challenge.
The initial stories implementation has a bug when we mix up the scroll and tap movement through the stories.
Example - tap till the end of the stories, than scroll back with mouse scroll then try to tap forward - nothing works.
i've implemented the solution to improve the gesture mix in react.
If you are accepting PRs I will adapt it to vanilla js code
nice, yes, the demo does have that issue 👍🏻 I never implemented a scroll observer that tried to determine the current snapped set and then reconciled the index. I see your onScroll handler there that does that work, rad.
i'd love to see a demo of the react component, your implementation looks worth sharing!
and yes, if you want to submit a PR with a vanilla js update that fixes that inconsistency in snapped item and the tap snap index, that'd be grrrreat!
Hi. I tried to implement the stories code from you challenge.
The initial stories implementation has a bug when we mix up the scroll and tap movement through the stories.
Example - tap till the end of the stories, than scroll back with mouse scroll then try to tap forward - nothing works.
i've implemented the solution to improve the gesture mix in react.
If you are accepting PRs I will adapt it to vanilla js code
The text was updated successfully, but these errors were encountered: