|
|
|
|
|
by bundyo
5396 days ago
|
|
Since we are doing the animations with CSS transitions when available, we are affected by several bugs in Chrome's 3D CSS transitions (mainly when switching into and out of composited mode):
http://code.google.com/p/chromium/issues/detail?id=87437
http://code.google.com/p/chromium/issues/detail?id=77126 It can be seen as flicker in Windows and there are some reports of black flashes in OS X. Switching the 3D acceleration off seems to fix them, but unfortunately it can be done only with a command line switch. We may forfeit the CSS transition animations in Chrome in later releases if we can't find a fix for these issues. |
|