Fix rendering issues with blurring animation

This commit is contained in:
Marcel
2018-01-18 13:09:03 +01:00
parent b2d9277a49
commit 1aec3ff89a
2 changed files with 17 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ hammertime.on('swiperight', () => {
keys.right.action();
});
hammertime.on('swipe', (e) => {
hammertime.on('pandown', (e) => {
console.log(e.direction);
keys.down.action();
});