Updated animation to match fab
This commit is contained in:
parent
7f5ade5999
commit
8e7b213b4f
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ class AnimatedBottomBar extends React.Component<Props, State> {
|
||||||
onHideChange = (shouldHide: boolean) => {
|
onHideChange = (shouldHide: boolean) => {
|
||||||
if (this.ref.current) {
|
if (this.ref.current) {
|
||||||
if (shouldHide)
|
if (shouldHide)
|
||||||
this.ref.current.fadeOutDown(600);
|
this.ref.current.bounceOutDown(1000);
|
||||||
else
|
else
|
||||||
this.ref.current.fadeInUp(500);
|
this.ref.current.bounceInUp(1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue