Curious about the cool animation on the anime.js website

0
16
Asked By CreativePenguin32 On

I want to create a web app using SVG images for cool animations, and I noticed this amazing animation while scrolling on the anime.js website. Can anyone tell me what that animated object is? Is it an SVG? How is it achieved?

5 Answers

Answered By ReactiveDev22 On

I used to rely on anime.js before switching to Framer Motion for React projects. I miss how free and flexible the anime.js API felt. Anyone think it’s worth going back to anime.js?

Answered By SkepticalSeeker54 On

I find anime.js really appealing, but when I explored their documentation, it left me with more questions than answers. I want to implement animations like this but I'm tempted to stick to simple JS animations instead.

Answered By NewbieNerd76 On

While I'm not an expert, it looks like that animation is a 3D effect made using JavaScript. It's likely a canvas element that the anime.js library handles for displaying and manipulating that 3D image.

Answered By AnimationFanatic On

Yeah, the animation is pretty impressive! You can check out their website at animejs.com for more cool features.

Answered By TechWanderer91 On

The animation you see on the anime.js website is created with three.js, which is used for 3D animations. The creator is planning to launch a course on this specific topic, so that might be helpful for you!

CuriousCoder88 -

Got it! That makes sense, I thought it was too complex for just an SVG. Thanks for sharing the info!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.