Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Aug 8, 2023
1 parent 68949e0 commit f7d95eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/block_animations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function connectionUiEffect(block: BlockSvg) {
'from': 0,
'to': 25 * scale,
},
ripple
ripple,
);
const opacityAnimation = dom.createSvgElement(
Svg.ANIMATE,
Expand All @@ -143,9 +143,9 @@ export function connectionUiEffect(block: BlockSvg) {
'attributeName': 'opacity',
'dur': '150ms',
'from': 1,
'to': 0
'to': 0,
},
ripple
ripple,
);

scaleAnimation.beginElement();
Expand Down

0 comments on commit f7d95eb

Please sign in to comment.