Best AI For Animation?

I’m coding a social media app and am trying to include simple animations. Ive been using all versions of Claude and it never gets animations right.

Is there an AI available to Cursor that is better at animations?

If it’s more than simple animations like wiggle or scroll effects, you generally shouldn’t use LLMs to generate animations. You can try using Lottie animations instead.

ThreeJS and other related tools to make animations, For more complex you can use WebGL2 that uses more directly the graphic card, but likely ThreeJS is easier and more practical (and also uses the graphic card).