mantaskaveckas / react-siema

ReactSiema Demo
https://kaveckas.github.io/react-siema/
89 stars 39 forks source link

Text is not sharp when transition is for float type of pixels #4

Closed MateuszJonak closed 7 years ago

MateuszJonak commented 7 years ago

I develop some slider and see something weird: image Font inside slider container are blurry. I hope you can see it in this photo. This is because the transform for this content was in float pixels. When I change a piece of code and round pixel to integer it was great again: image