forked from vergnet/application-amicale
Improved attention seeking animation
This commit is contained in:
parent
0385e8ad76
commit
172842294c
1 changed files with 3 additions and 1 deletions
|
@ -80,9 +80,11 @@ class AnimatedBottomBar extends React.Component<Props, State> {
|
||||||
<Surface style={styles.surface}>
|
<Surface style={styles.surface}>
|
||||||
<View style={styles.fabContainer}>
|
<View style={styles.fabContainer}>
|
||||||
<AnimatedFAB
|
<AnimatedFAB
|
||||||
animation={this.props.seekAttention ? "jello" : undefined}
|
animation={this.props.seekAttention ? "bounce" : undefined}
|
||||||
easing="ease-out"
|
easing="ease-out"
|
||||||
|
iterationDelay={500}
|
||||||
iterationCount="infinite"
|
iterationCount="infinite"
|
||||||
|
useNativeDriver
|
||||||
// useNativeDriver={true}
|
// useNativeDriver={true}
|
||||||
style={styles.fab}
|
style={styles.fab}
|
||||||
icon="account-clock"
|
icon="account-clock"
|
||||||
|
|
Loading…
Reference in a new issue