Having fun recreating the gooey blob effect from this World POTUS project by Accurat and Google: http://www.worldpotus.com
Code initially forked from eesur's block (d3js | circles update with force layout) and then added Nadieh's gooey + color blending effect (Gooey effect - Rotating circles - Blending colors)
xxxxxxxxxx
<meta charset="utf-8">
<!-- https://clrs.cc/ -->
<link href="//s3-us-west-2.amazonaws.com/colors-css/2.2.0/colors.min.css" rel="stylesheet">
<style>
body { background: #488DFB; }
</style>
<body>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!-- d3 code -->
<script src="script-compiled.js" charset="utf-8"></script>
https://d3js.org/d3.v3.min.js