// Move object back and forth
GSAP.to(mesh.position, {
  x: 2,
  duration: 1,
  delay: 1,
});
GSAP.to(mesh.position, {
  x: 0,
  duration: 1,
  delay: 2,
});