Turbolinks: Make Turbolinks progress bar beatiful like github.com/caarlos0/nprogress-rails.

Created on 10 Aug 2016  Â·  1Comment  Â·  Source: turbolinks/turbolinks

How can I make Turbolinks progress bar beautiful like github.com/caarlos0/nprogress-rails ?

Most helpful comment

See Displaying Progress in the documentation for details on how to style the Turbolinks progress bar element.

If you want to use a third-party progress bar instead, you can hide Turbolinks’ progress bar with CSS, and listen for the turbolinks:request-start and turbolinks:request-end events to determine when to show and hide your custom progress bar.

>All comments

See Displaying Progress in the documentation for details on how to style the Turbolinks progress bar element.

If you want to use a third-party progress bar instead, you can hide Turbolinks’ progress bar with CSS, and listen for the turbolinks:request-start and turbolinks:request-end events to determine when to show and hide your custom progress bar.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jakehockey10 picture jakehockey10  Â·  31Comments

coffeebite picture coffeebite  Â·  29Comments

gbuesing picture gbuesing  Â·  14Comments

wayneashleyberry picture wayneashleyberry  Â·  16Comments

nerdcave picture nerdcave  Â·  16Comments