rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.98k stars 1.81k forks source link

Fix Fade out #224

Open Felichz opened 3 years ago

Felichz commented 3 years ago

The opacity fade-out transition is not working for the parent element (progress), so I applied it to its child elements (bar and spinner) and it is working now.

Felichz commented 3 years ago

Those tests are passing in my local env 🤔

silasabbott commented 2 years ago

Almost two years and this is still an issue—would love to see this merged.