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 || ! 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
event.preventDefault
. but maybe i'm missing something
event.stopPropagation()
must also be called in addition to event.preventDefault()
10px
, you'd have a margin of [10,10]
and an origin
of [.5,.5]
origin
was [0,.5]
then the surface would be flush on the left side, have 20px of extra space on the right, and be vertically centered (10px above and below)