Skip to content

Commit

Permalink
remove animate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Feb 6, 2024
1 parent 7f5d484 commit bf19e6c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions components/src/hardware-sim/Pipette/EmanatingNozzle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,6 @@ export const EmanatingNozzle = (props: {
strokeWidth={'2px'}
fill={C_TRANSPARENT}
>
<animate
data-testid="radius_animation"
attributeName="r"
from={5}
to={SINGLE_CHANNEL_PIPETTE_HEIGHT / 2}
begin={0}
dur={1.1}
calcMode="ease-out"
repeatCount="indefinite"
/>
<animate
data-testid="opacity_animation"
attributeName="opacity"
from={0.7}
to={0}
begin={0}
dur={1.1}
calcMode="linear"
repeatCount="indefinite"
/>
</circle>
</React.Fragment>
)
Expand Down

0 comments on commit bf19e6c

Please sign in to comment.