wallet Details buttons
This commit is contained in:
parent
450b80b03f
commit
b1befb1e73
3 changed files with 11 additions and 9 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue