dmvaldman on master
Update README.md (compare)
dmvaldman on master
Fix spaces (compare)
dmvaldman on master
Upgrade eslint version due to s… (compare)
dmvaldman on noqueue
Fix typo End event happens on different … Locking seems to be working and 2 more (compare)
if (!contentLength) return false;
if (!contentLength || ! viewportSize) return false;
undefined
sized items, and your place in the scrollview will be fixed
unit
value will be 1 if roundToPixel
is set to true
. This will lead to the x
, and y
value of the CSS3 transform to be rounded to the nearest integer
<div>
is translated by a whole number (to avoid blurring of text due to anti-aliasing)
Surface
is in a ContainerSurface
that doesn't also have roundToPixel = true
then the text may still be blurry