You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Checks
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.
The text was updated successfully, but these errors were encountered: