bifurqué depuis vergnet/application-amicale
Updated animation to match fab
Cette révision appartient à :
Parent
7f5ade5999
révision
8e7b213b4f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
|
|
@ -57,9 +57,9 @@ class AnimatedBottomBar extends React.Component<Props, State> {
|
|||
onHideChange = (shouldHide: boolean) => {
|
||||
if (this.ref.current) {
|
||||
if (shouldHide)
|
||||
this.ref.current.fadeOutDown(600);
|
||||
this.ref.current.bounceOutDown(1000);
|
||||
else
|
||||
this.ref.current.fadeInUp(500);
|
||||
this.ref.current.bounceInUp(1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Chargement…
Référencer dans un nouveau ticket