#dots path{transform-origin:center;transition:transform .3s ease,fill-opacity .3s ease;fill-opacity:.05}#dots path.pulse{animation:pulse 4s ease-in-out forwards}@keyframes pulse{0%{transform:scale(1);fill-opacity:.05}50%{transform:scale(1.6);fill-opacity:.25}to{transform:scale(1);fill-opacity:.05}}