.impact{animation:impactWave .5s;transition:all}@keyframes impactWave{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}