Open
Description
When i create one progressbar like this
this.progressbar = new ProgressBar.Circle(`#${this.id}_progressbar`, {
strokeWidth: 9,
trailWidth: 9,
trailColor: '#363348',
easing: 'easeInOut',
duration: 1000,
color: this.color,
});
everything works until I create another element in the class, if I create for example 3 progressbars then only the last one will work
any ideas?
Metadata
Metadata
Assignees
Labels
No labels