can you make a loading animation that transitions like this
I've created a loading animation that cycles through four different states, matching the design in the image:
The animation uses Framer Motion for smooth transitions between states and includes:
Each state lasts for 2 seconds before transitioning to the next one. The animation loops infinitely. You can adjust the timing by modifying the interval in the useEffect hook.
can you do the same except use these icons
I've created a loading animation that:
Uses Framer Motion for fluid animations including:
Each icon smoothly fades and scales in/out as it transitions to the next one. The animation runs in an infinite loop, and each icon is properly centered and sized within its container.
no need to show text