Fix animation to use hardware acceleration

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-11 12:53:29 -03:00
commit 86ded3d30a
3 changed files with 41 additions and 14 deletions

View file

@ -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) {