Remove compass easing to fix appearance of discontinuity as drone heading
moves through 180 degrees. Fixes issue #23.
Esse commit está contido em:
@@ -36,7 +36,6 @@
|
||||
this.canvas.width = this.visibleWidth * 2;
|
||||
this.canvas.height = divRect.height;
|
||||
this.canvas.style.position = 'absolute';
|
||||
this.canvas.style.transition = 'all 0.3s ease-out';
|
||||
|
||||
div.style.overflow = 'hidden';
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário