Hello... Have the problem:
1. I have a planet view in the beginig
2. Have this code for animation on startup^
Code
tween(view.fov, <?= $curScene->fov ?>, 12,easeOutInCubic);tween(view.vlookat, <?= $curScene->vlookat ?>, 12,easeOutInCubic);
tween(view.hlookat, <?= $curScene->hlookat ?>, 12,easeOutInCubic);
delayedcall(6,tween(view.fisheye, "0.0", 6,easeOutInCubic));
3. Have the problem with tiles position during animation: (this video from http://www.browserstack.com emulator, but real PC have the same trubble).
This trubble seen on Chrome browser v. 51,52 on Mac ... Probably - and lower...
What does it mean? How to fix it? My head is about to explode(((