Merge pull request #25 from wiseman/compassfix

Remove compass easing to fix appearance of discontinuity
Esse commit está contido em:
Laurent Eschenauer
2013-06-11 00:21:51 -07:00
-1
Ver Arquivo
@@ -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';