@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.profile_avatar {
animation: pulse 3s ease 1s infinite normal forwards;
}
LINK
You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue?