SikandarJODD / svelte-animations

Svelte Magic UI, Svelte Aceternity UI, Svelte Components build using Tailwind CSS & Framer Motion
https://animation-svelte.vercel.app
MIT License
537 stars 26 forks source link

Add: Animated Circular Progress Bar #8

Closed bn-l closed 2 months ago

bn-l commented 2 months ago

Hi there, great work on this one. Any plans to add the circular progress bar?:

https://magicui.design/docs/components/animated-circular-progress-bar

shyakadavis commented 2 months ago

Hi;

Worked on something similar-ish. Leaving it here for consideration/inspiration, but it needs more work if it is to reach the level from MagicUI.

Cheers.

bn-l commented 2 months ago

Thanks

Hi;

Worked on something similar-ish. Leaving it here for consideration/inspiration, but it needs more work if it is to reach the level from MagicUI.

Cheers.

Thanks for the link. Interesting to see Geist being implemented for svelte as well! Screenshot 2024-08-08 001555

It's arguably small but what I love about magic's implementation is these little breaks in the circle. Something about it is very satisfying.

shyakadavis commented 2 months ago

Yes indeed. It eludes me still (https://github.com/shyakadavis/geist/issues/34), and I am yet to figure out how to add those gaps between arcs. 😅

But thanks for sharing. I didn't know they had this version as well.

SikandarJODD commented 2 months ago

Hi there, great work on this one. Any plans to add the circular progress bar?:

https://magicui.design/docs/components/animated-circular-progress-bar

Added : Animated Circular Progress bar Component : https://animation-svelte.vercel.app/magic/circular-progress-bar

SikandarJODD commented 2 months ago

image

SikandarJODD commented 2 months ago

i tried using spring, tweened to increment the value of value you can try out different methods to increment the value

bn-l commented 2 months ago

Looks perfect