nimiq / vue-components

Vue component library for Nimiq ecosystem apps.
https://nimiq.github.io/vue-components/
Apache License 2.0
17 stars 4 forks source link

Carousel: Avoid rendering front card at sub pixel precision which results in blurriness #69

Open danimoh opened 4 years ago

danimoh commented 4 years ago

Either try to position the front card without applying a transform or only transform by non-fractional pixels. Note that in the currently deployed version of the Hub Multi-Currency checkout this is not a problem, as the height / width of the entries is an even number and therefore only gets transformed by non-fractional pixels (at least on desktop).