kimmobrunfeldt/progressbar.js

IE animation issue

Open

#79 opened on Jun 17, 2015

View on GitHub
 (13 comments) (4 reactions) (0 assignees)JavaScript (7,689 stars) (1,471 forks)batch import
bughelp wantednot trivialpull request welcome

Description

There is an issue while trying to animate a progress bar under IE. If you use 7 as a strokeWidth, the animation went wrong. strokeWidth = 6 does not reproduce issue here is a fiddle :

http://jsfiddle.net/k11e670p/

Contributor guide