<div id="box1" class="box w-[50px] h-[50px] bg-blue-600 rounded-lg"></div>
<hr />
<div id="box2" class="box w-[50px] h-[50px] bg-blue-600 rounded-lg"></div>
<hr />
<div id="box3" class="box w-[50px] h-[50px] bg-blue-600 rounded-lg"></div>
gsap.to('#box1', {
  duration: 5,
  x: 500,
  repeat: -1,
  ease: 'bounce.out',
});

gsap.to('#box2', {
  duration: 5,
  x: 500,
  repeat: -1,
  ease: 'bounce.out',
});

gsap.to('#box3', {
  duration: 5,
  x: 500,
  repeat: -1,
  ease: 'bounce.out',
});

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdn.tailwindcss.com
  2. https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js