wallet Details buttons

This commit is contained in:
Sebastiaan Pasma 2018-07-19 13:10:25 +02:00
commit b1befb1e73
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
3 changed files with 11 additions and 9 deletions

View file

@ -365,6 +365,8 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
var t = amountTop;
$scope.altAmountOpacity = (amountHeight - 100) / 80;
$scope.buttonsOpacity = (amountHeight - 150)/80;
$window.requestAnimationFrame(function() {
$scope.amountHeight = amountHeight + 'px';
$scope.contentMargin = contentMargin + 'px';