I'm using Drag Free Snap feature in my website which is built using Astro and noticed that the slider are jittery on just Mac Safari and all browsers on iOS (makes sense, all browser are just re-skinned Safari browser).
After further inspection, I noticed that using will-change property fixes that and makes the slider smooth. Before that, I compared my site's slider with official website's one and it looked fine.
Checks
Version
v4.1.4
Description
Problem
I'm using Drag Free Snap feature in my website which is built using Astro and noticed that the slider are jittery on just Mac Safari and all browsers on iOS (makes sense, all browser are just re-skinned Safari browser).
After further inspection, I noticed that using
will-change
property fixes that and makes the slider smooth. Before that, I compared my site's slider with official website's one and it looked fine.https://github.com/Splidejs/splide/assets/100124098/62645efb-86b7-4e8a-b00a-1226fce10548
Reproduction Link
No response
Steps to Reproduce
I'm using drag free snap config
Expected Behaviour
The sliders are jittery which are resolved by adding will-change.