Skip to content

mat progress bar. Add the ability to combine different modes #15904

Closed
@andreElrico

Description

@andreElrico

Please describe the feature you would like to request.

Add the ability to combine different modes.

What is the use-case or motivation for this proposal?

Lets say your progress is jumpy and goes from 0 to 50 to 100. It would be nice to still have some animations going.

HERE! I hacked my solution by layering two progress bars.

So

1

@Input()
mode: 'determinate' | 'indeterminate' | 'buffer' | 'query'

could be extended with new inputs: 'detIndeterminate' | 'detBuffer' | 'detQuery' or

2

a new @Input() addDetermination could be introduced to combine determination with animation.

3

mode: 'indeterminate' | 'buffer' | 'query' and the occurence of value could yield to the desired behaviour, but could possibly "break/alter" current UX.

Is there anything else we should know?

I would like to know how you like the idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions