This topic seems to be mentioned a lot on these forums: http://www.html5gamedevs.com/topic/15167-sprite-jittering-on-velocity/?hl=roundpixels http://www.html5gamedevs.com/topic/12485-sprite-jittering-with-camera-follow/ Now I have similar question. Originally I started out by having this set to true to ensure I had crisp textures. But I added some slow-moving clouds to my background and this caused them to jitter, obviously they're move so slowly that when their position was rounded, it caused movement that was larger than it should have been Is there a way I can allow certain sprites to be rendered at sub-pixel values (and be aliased) while the rest follow the global game.renderer.renderSession.roundPixels = true ?