pimp siphon

This commit is contained in:
ntr 2019-10-16 12:06:22 +11:00
parent 972923a0c9
commit 66f80629cd

View File

@ -93,7 +93,7 @@ class SiphonTick extends Component {
cy: 150 + (Math.random() * 300 * (Math.random() < 0.5 ? -1 : 1)),
delay: (Math.random() * duration * 1 / 2),
duration,
easing: 'easeInQuad',
easing: 'easeOutQuad',
});
});
}