hilongjw / vue-progressbar

A lightweight progress bar for vue
http://hilongjw.github.io/vue-progressbar
MIT License
1.46k stars 162 forks source link

Suggestion: css animation #69

Open kirillgroshkov opened 6 years ago

kirillgroshkov commented 6 years ago

Works so much better with:

.__cov-progress {
  transition: all .3s ease-in-out;
}