Hi, i am newbie in Pixi.js and HTML5 game dev, and faced with unpleasant behaviour of Pixi.js on my first try.When i create simple stage with one sprite and try to move this sprite over x axis i see flickering.I made example of this: http://jsfiddle.net/gzg4xj6g/I test this code using Linux, Windows, Mac  Chrome and Mozilla and flickering of card is observed on all this platforms and browsers.I tried to reduce coordinates update frequency limiting updates on 30 fps and etc, but result was the sa