79677099

Date: 2025-06-24 06:36:10
Score: 0.5
Natty:
Report link

In Framer Motion, translateY is usually part of the style or motion.div/motion.img elements, not inside the animate keyframes.

Change translateY to y in your animate like this:

 animate={{
    y: [-30, 30]
  }}

That should fix the build error.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: UncleBigBay