PixelSnapping on html5

As i saw in docs pixelSnapping is ignored in the native and HTML5 targets. Doest it means pixel snapping is always on by default? Parallax layers looks really creepy on html5 target. Is there any workaround how to enable sub-pixel movement for bitmaps on html5 and native? I tried -Ddom and -Dwebgl. Both times i’m getting PixelSnapping enabled. Smoothing also enabled.

There isn’t a lot of control on HTML5 for smoothing, it’s really on by default, always, and there are some workarounds on some browsers to try and disable it (but even then it’s not really as sharp as one would expect)