Fixes focus in Feedback and makes animation configurable.

This commit is contained in:
yanas
2016-09-19 23:25:03 -05:00
parent 4572e1d344
commit 2d2915967c
4 changed files with 19 additions and 10 deletions

View File

@@ -38,5 +38,7 @@ var interfaceConfig = {
LOCAL_THUMBNAIL_RATIO_WIDTH: 16,
LOCAL_THUMBNAIL_RATIO_HEIGHT: 9,
REMOTE_THUMBNAIL_RATIO_WIDTH: 1,
REMOTE_THUMBNAIL_RATIO_HEIGHT: 1
REMOTE_THUMBNAIL_RATIO_HEIGHT: 1,
// Enables feedback star animation.
ENABLE_FEEDBACK_ANIMATION: false
};