Fix rendering issues with blurring animation
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user