xiel / embla-carousel-wheel-gestures

wheel interactions for Embla Carousel

Home Page:https://embla-carousel-wheel-gestures.xiel.dev/react.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"rtl" direction doesn't work with the images when given loading lazy property

OmarShref opened this issue · comments

"rtl" direction doesn't work with the images when given loading lazy property because the carousel doesn't consider the image entered the view port from the right direction but from the left direction

@OmarShref you didn’t share much details about your setup but if you’re using v8.0.0-rc01 and up it’s unlikely that it’s behaving the way you describe. This is because Embla is using IntersectionObserver under the hood which is a native browser API.

Best,
David

Tracked here:

Closing this.