🎨 allonge la durée d'affichage de la différence de montant

pull/589/head
Johan Girod 2019-07-02 12:14:38 +02:00
parent a676563109
commit 3de23f2be1
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
right: 0;
top: -20px;
opacity: 0;
animation: evaporate 1.6s ease-out;
animation: evaporate 2.5s ease-out;
transform: scaleY(0.1);
}
@keyframes evaporate {

View File

@ -87,7 +87,7 @@ class Evaporate extends PureComponent<{ children: string, style: Object }> {
return (
<ReactCSSTransitionGroup
transitionName="evaporate"
transitionEnterTimeout={1600}
transitionEnterTimeout={2500}
transitionLeaveTimeout={1}>
<span
key={this.props.children}