.animate-like{animation-name:likeAnimation;animation-iteration-count:1;animation-fill-mode:forwards;animation-duration:.3s}@keyframes likeAnimation{0%{transform:scale(30)}to{transform:scale(1)}}