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}>
|
||||
<View style={styles.fabContainer}>
|
||||
<AnimatedFAB
|
||||
animation={this.props.seekAttention ? "jello" : undefined}
|
||||
animation={this.props.seekAttention ? "bounce" : undefined}
|
||||
easing="ease-out"
|
||||
iterationDelay={500}
|
||||
iterationCount="infinite"
|
||||
useNativeDriver
|
||||
// useNativeDriver={true}
|
||||
style={styles.fab}
|
||||
icon="account-clock"
|
||||
|
|
Loading…
Reference in a new issue