src/theme/common/transition.scss @@ -167,3 +167,14 @@ transform: scale(0.95); } } @keyframes soundWave { 0% { transform: scale(0.4); opacity: 1; } 100% { transform: scale(1); opacity: 0.5; } }