Open
Description
Checks
- Not a duplicate.
- Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
4.1.4
Description
Images, SVGs and also text appear blurry because the transform: translateX()
allows sub-pixel. If the value is rounded to whole pixels, the content is no longer blurry.
Reproduction Link
No response
Steps to Reproduce
Mount a slider with draggable true, bette to have it on free.
Drag the slider across and have a decimal number for translateX()
, e.g. translateX(-3219.8281249998445px)
.
Expected Behaviour
Even when dragged, don't allow values with comma, only allow whole numbers.