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,416 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
components
workcomped
workcomped commented Aug 20, 2020

Reproduction

https://stackblitz.com/edit/angular-yrahxe?file=src%2Fapp%2Ftab-group-basic-example.html

Steps to reproduce:

  1. Create a MatTabGroup with more than one tab
  2. Set selectedIndex input on MatTabGroup to any valid index above 0
  3. bind to focusChange event and attempt to work with this event
  4. Select first tab

Expected Behavior

focusChange event should fir

Website
material.io
Wikipedia
Wikipedia

Related Topics

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