[Stepper] Add slight transition
See original GitHub issueI’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 to it.
Transition variables to be determined by the theme of course. It could be the same as the transition of the Collapse?
Here’s the change that would need to be made:
MuiStepIcon: {
root: {
transition: 'color 300ms ease',
},
},
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
How to Add Slide Transitions in ActivePresenter 8
Step 1: Select the slide that you want to add effect. If you want to add the same transition for multiple slides at...
Read more >How to Add Transitions to PowerPoint Slides: 2 Easy ...
1. Open your presentation in PowerPoint. You can either create a new presentation on your PC or Mac or open a file by...
Read more >[Stepper] Allow animation to be customized #8934 - GitHub
It seems to me that it would be clearer for the end-user and also prettier if it was more of a carrousel. Clicking...
Read more >Angular 9 animate a stepper component - Stack Overflow
I had this animation declared: trigger('slide', [ state('left', style({ transform ...
Read more >How to Add Transition and Animation in Google Slides (Step ...
Step 1 – Head over to your Google Slides presentation, and select the slide wherein you wish to add the transition. Click the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi 👋 If no one work on this, I’d love to help on this one 😃
@lfp2 Sure 😃