Baptiste Briel

Results 26 comments of Baptiste Briel

Does the `.vs-child` element gets transforms applied to it? I'd be glad to help if you send a demo/codepen example. Let me know!

Hi @23d1, would you be able to create a CodePen example of what you currently have? Let me know!

Hello @23d1 — Do you mean no transform at all is applied to `.vs-sticky`? Also, are you trying to apply a transform to a single element or is there multiple...

Hey @woowski, First of all I think you need to apply this CSS to the `.uscrollmofo` element: ```css .uscrollmofo { position: absolute; top: 0; left: 0; } ``` I believe...

Hey @woowski, I hope you managed to do what you want! Since I'm not sure if there is an actual bug in the code, would you mind closing this issue?...

Hi @adamgilmour, I'm not having the first issue on your demo link — the scroll container does have the desired height value, and I'm able to scroll from the beginning....

Hey, @adamgilmour — using `in-view` from @camwiegert is a good idea. I believe he's using MutationObserver, but you could also use [Intersection Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) if you want to look into doing...

This is weird indeed... I'm not using Next.js so I'm not sure. I guess it should support ES6 import statements. My wild guess would be to just copy the content...

Hi @luruke, Thanks a lot for those suggestions! 👍 Indeed, some of them are quite handful & generic. I implemented a few weeks ago the `.on()` and `.off()` methods that...