-
-
Notifications
You must be signed in to change notification settings - Fork 441
Open
Labels
bugSomething isn't workingSomething isn't working
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.
honey32 and hayato-osh
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working