Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indeterminate Progress Bar Styles #372

Closed
andrewmunsell opened this issue Nov 3, 2016 · 7 comments · Fixed by tghelere/valorize-vidas#6 · May be fixed by devopsred/gaia#6, anikets43/angular-ngrx-socket-frontend#4 or jwlh/WDI_GROUP_PROJECT#2
Assignees

Comments

@andrewmunsell
Copy link

andrewmunsell commented Nov 3, 2016

Description

HTML5 progress bars can either have a value attribute associated with it, or have it omitted. If the value attribute is omitted, then the progress bar is considered indeterminate.

It would be great if Bulma had styles for indeterminate progress bars.

An example of an indeterminate progress bar:

https://codepen.io/anon/pen/eBOjex

<progress></progress>

Versus, a determinate progress bar:

<progress value="10" max="100"></progress>
@gbritoo27
Copy link

gbritoo27 commented Nov 4, 2016

@andrewmunsell What king of styles would you want it to have ?

@andrewmunsell
Copy link
Author

Generally, an indeterminate progress bar is filled entirely with some sort of animation to indicate that there is activity. The Codepen I posted in the original post shows the native indeterminate progress bar, for example, which shows the basic idea of this.

Another example of indeterminate progress bars (for inspiration, potentially) includes Jquery UI (https://jqueryui.com/progressbar/#indeterminate), which has a basic stripe animation that fills he entire progress bar.

On Nov 4, 2016, at 4:51 AM, Gonçalo Brio notifications@github.com wrote:

What king of styles would you want it to have ?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@jgthms jgthms self-assigned this Mar 27, 2017
@connectkushal
Copy link
Contributor

connectkushal commented Aug 5, 2017

@andrewmunsell

I think this has been added ?
http://bulma.io/documentation/elements/progress/

@andrewmunsell
Copy link
Author

@connectkushal No, those are not indeterminate progress indicators

@connectkushal
Copy link
Contributor

Ah, my bad. At least the issue got bumped 😬

@sohailalam2
Copy link

Hi @jgthms,

Whats the progress on this issue? Looks like its open since Nov 2016!! Are there any plans or workaround available currently?

Thanks

@scottwernervt
Copy link

I put together a codepen demonstrating indeterminate progress bars. The code was sourced from spectre.css. I am not a fan of the animation and was hoping someone could come up with a better look/feel as I am new to CSS. I can create a pull request or make it a bulma extension.

bulma-indeterminate-progress-bar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment