.swipeRightAnimation{animation:swipe-right 1s ease infinite}@keyframes swipe-right{0%{transform:translateX(-100%) scale(.5)}to{transform:translateX(0) scale(1.4)}}.swipeLeftAnimation{animation:swipe-left 1s ease infinite}@keyframes swipe-left{0%{transform:translateX(0) scale(.5)}to{transform:translateX(-100%) scale(1.4)}}.swipeUpAnimation{animation:swipe-up 1s ease infinite}@keyframes swipe-up{0%{transform:translateY(0) scale(.5) rotate(90deg)}to{transform:translateY(-100%) scale(1.4) rotate(90deg)}}