Baptiste Briel

Results 26 comments of Baptiste Briel

Thanks for this @therealparmesh !

We have a similar issue, as multiple channels `unreadCount` goes to 0 when a single channel is opened. The other channels should keep their own `unreadCount` independently. Any ideas @vishalnarkhede...

First of all I think it would be nice to cache the scrollbar size `widthScroll` variable somewhere else, so there's no look-up for the `offsetWidth` on every scroll event fired....

Sorry for the delay in answering here. I've uploaded a new demo which uses GSAP ScrollTrigger: https://github.com/baptistebriel/smooth-scrolling/commit/c5dffd6e40198ac9631df100689a3c338cd24ff6 It should work on both `native: true` and `native: false` versions. Basically ScrollTrigger...

Hey @ashehzadgec, Thanks for providing an update on the demo. Good catch. Your solution fixed it, thanks! I am not sure what the issue is when you "pin elements making...

Hey, seems like we can just completely drop the `callback` function like the demo they sent. Not sure what is still wrong with this demo? What are you trying to...

Hey guys, I haven't had the chance to look it up as I'm currently busy with client work. I'll have a look when I get the chance.

Hi @tedc, Not sure if I get what you mean. Do you want to have a horizontal scroll but while using a vertical and native scrollbar? What you need to...

Hi @atwaves, You'd like to have a fixed element inside the `section`? Here's some options you could try: 1) Add this fixed element outside of the smooth-scrolling container. 2) Apply...