minddust / bootstrap-progressbar

progressbar interactions for twitter bootstrap 2 & 3
www.minddust.com/project/bootstrap-progressbar
MIT License
577 stars 160 forks source link

When a progressbar is reset, its done function will be triggered too early. #58

Open wolfkang opened 8 years ago

wolfkang commented 8 years ago

Hi,

When a progressbar is reset like $pb.attr('data-transitiongoal', 0), its done function will be triggered too early.

Please check this out.

Thanks.