forked from vergnet/application-amicale
Change running animation
This commit is contained in:
parent
e658cc2fa2
commit
1dff662696
1 changed files with 2 additions and 2 deletions
|
@ -97,10 +97,10 @@ class ProxiwashListItem extends React.Component<Props> {
|
|||
/>
|
||||
: <AnimatedIcon
|
||||
icon={props.isDryer ? 'tumble-dryer' : 'washing-machine'}
|
||||
animation={isRunning ? "flash" : undefined}
|
||||
animation={isRunning ? "pulse" : undefined}
|
||||
iterationCount={"infinite"}
|
||||
easing={"linear"}
|
||||
duration={2000}
|
||||
duration={1000}
|
||||
useNativeDriver
|
||||
size={40}
|
||||
color={colors.text}
|
||||
|
|
Loading…
Reference in a new issue