David Jerleke
David Jerleke
@DBulinski thanks for the clear bug report. And thanks @sarussss. The problem could be related to the transition to reading element offsets instead of client rects: - https://github.com/davidjerleke/embla-carousel/pull/633 It could...
Hi @m0xAy, Thanks for your input. This is a confirmed bug. Just haven’t had the chance to solve it yet.
@DBulinski, @sarussss, @m0xAy a bug fix for this was just released in [8.5.2](https://github.com/davidjerleke/embla-carousel/releases/tag/v8.5.2).
Hi @pukapi, Thanks for reporting this — you're absolutely right, it's a bug. The scroll property reset should be axis-aware. As of now, it only targets `scrollLeft`, as seen in...
Solved in https://github.com/davidjerleke/embla-carousel/commit/042170b2abdbf16d95894aae8b07cc04e01fa2f0. Will be released in `v9`.
Hi @DmitryOganezov, Thanks for your question. The [Autoplay example](https://www.embla-carousel.com/examples/predefined/#autoplay) in the docs works as expected?
@DmitryOganezov could you provide a screen recording of how to reproduce it?
@DmitryOganezov thanks. Aha, I tested the react example which is working as intended but it's the vanilla example that has the bug. I'll look into it when I get the...
@kickbelldev Thanks for the bug report. Here are my observations: ### On 60Hz devices (tested on iPhone 8 and iPhone 12) - Animations appear smooth. ### On 120Hz devices (tested...