The Wayback Machine - https://web.archive.org/web/20200904085527/https://github.com/topics/material-design
Skip to content
#

Material design

material-design logo

Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.

Here are 5,427 public repositories matching this topic...

material-ui
Floriferous
Floriferous commented Aug 18, 2020

I'm not sure what the policy on css transitions is in this repo, but here's a suggestion.

I noticed that color transitions on the StepIcon component are instantaneous, even though the entire component is quite animated and fluid. The StepIcon goes through several colors (default -> active -> completed), and I believe a simple transition: color 300ms ease; already adds quite a bit more style

vuetify
Tzahile
Tzahile commented Aug 30, 2020

Environment

Vuetify Version: 2.3.10
Vue Version: 2.6.12
Browsers: Chrome 84.0.4147.135
OS: Windows 10

Steps to reproduce

Add a VProgressCircular to your project, change theme to dark.

Expected Behavior

In light theme, both loaded part and unloaded part are visible - have different color from each other and from background color.
Expected the same in dark

components
dev054
dev054 commented Aug 25, 2020

Affected documentation page: https://material.angular.io/components/stepper

  1. Examples using MatStepperIntl. There's a small mention to it in the overview page, but it'd be better if you put a real example on it. Basically the same request as #8239 (for paginator).
  2. StepState is not being shown up in API page. To know what stepState @Input expects we should go deep in code.
  3. Ex
Website
material.io
Wikipedia
Wikipedia

Related Topics

material
You can’t perform that action at this time.