We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e3ff0 commit f9c9895Copy full SHA for f9c9895
src/progress.js
@@ -356,8 +356,6 @@
356
if (!percentElement)
357
return;
358
359
- var existingPercent = parseInt(percentElement.style.width.replace('%', ''));
360
-
361
//I believe I should handle this situation with eventListener and `transitionend` event but I'm not sure
362
//about compatibility with IEs. Should be fixed in further versions.
363
(function(percentElement, currentElement) {
0 commit comments