Pulse Button
쉬움펄스 애니메이션이 있는 버튼
라이브 데모
코드
buttons.css
@keyframes pulse {
0% { transform: scale(1); opacity: 1; }
100% { transform: scale(1.3); opacity: 0; }
}펄스 애니메이션이 있는 버튼
@keyframes pulse {
0% { transform: scale(1); opacity: 1; }
100% { transform: scale(1.3); opacity: 0; }
}