Fix animation to use hardware acceleration
This commit is contained in:
parent
8b7578ef25
commit
86ded3d30a
3 changed files with 41 additions and 14 deletions
|
|
@ -433,7 +433,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
$timeout(function() {
|
||||
self.swipeLeft = false;
|
||||
self.swipeRight = false;
|
||||
}, 350);
|
||||
}, 370);
|
||||
});
|
||||
|
||||
$rootScope.$on('Animation/SwipeLeft', function(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue