angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.32k stars 6.72k forks source link

Accordion behaviour in staggered animation (> 7.0.0) #14728

Open OSHistory opened 5 years ago

OSHistory commented 5 years ago

What is the expected behavior?

Prior to Version 7.0.0 a staggered animation will be blend in a 'final' expansion panel.

What is the current behavior?

The whole panel is faded in unstyled (including contents), only after all animations of the stagger() function are complete the expansion panels will be displayed correctly.

What are the steps to reproduce?

[Stackblitz Material7] (https://stackblitz.com/github/OSHistory/test-accordion-stagger)

[Stackblitz Material6] (https://stackblitz.com/github/OSHistory/test-accordion-stagger/tree/material6)

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Material 7.0.0

Is there anything else we should know?

crisbeto commented 5 years ago

Should be resolved by https://github.com/angular/material2/pull/14127.