Fix tx-notif and animation duration
This commit is contained in:
parent
a5ae8f1803
commit
2f3d660695
2 changed files with 8 additions and 1 deletions
|
|
@ -559,6 +559,13 @@ a.pin-button:active {
|
|||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.reveal-modal.animated.fadeOutUp,
|
||||
.reveal-modal.animated.slideInUp,
|
||||
.reveal-modal.animated.slideInDown {
|
||||
-webkit-animation-duration: 0.3s;
|
||||
animation-duration: 0.3s;
|
||||
}
|
||||
|
||||
input[type="color"],
|
||||
input[type="date"],
|
||||
input[type="datetime-local"],
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ angular.module('copayApp.services').factory('txStatus', function($modal, lodash,
|
|||
|
||||
modalInstance.result.finally(function() {
|
||||
var m = angular.element(document.getElementsByClassName('reveal-modal'));
|
||||
m.addClass('animated slideOutDown');
|
||||
m.addClass('animated fadeOutUp');
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue