New styles

This commit is contained in:
2017-07-21 08:09:22 +02:00
parent 06f6fd1e76
commit 8a72b76d27
6 changed files with 58 additions and 19 deletions

View File

@ -14,7 +14,7 @@ export class TouchController {
document.addEventListener("touchmove", evt => this.handleTouchMove(evt), false)
this.downSwipe = this.upSwipe = this.rightSwipe = this.leftSwipe = () => null
this.threshold = 5
this.threshold = 3
}
handleTouchStart(evt) {