bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 86 forks source link

How to disable animation when the component is clicked? #204

Open alucardu opened 1 year ago

alucardu commented 1 year ago

I want to show an initial animation of the title and progress, but not show the animation again when the component is clicked. I could add a transparant overlay over the circle but that doesn't seem like a great solution.

// edit. Apologies, I should've checked the docs first. I found the renderOnClick property.