JSFiddle - React, Tailwind, and code Playground

by Nevear

HTML

<div><img src="https://i.gifer.com/origin/24/2432cf5ff737ad7d1794a29d042eb02e_w200.gif"></div>

CSS

div {

  position: relative;
  animation-name: example;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0%   {left:0px; top:0px;}
  50%  {left:450px; top:0px;}
  100%  { left:0px; top:0px;}