question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Stepper] Add slight transition

See original GitHub issue

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 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
xtrixiacommented, Sep 19, 2020

Hi 👋 If no one work on this, I’d love to help on this one 😃

1reaction
oliviertassinaricommented, Sep 8, 2020

@lfp2 Sure 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found