Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 461 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 461 Bytes

This project is a minimal example of an issue about angular animations.

The component used is a simple "collapsible box", i.e. an accordion. We want to animate its opening and closing, but with angular 7.2.8+ this doesn't work correctly:

  • in Chrome and Firefox only the "opening" animation works; the closing doesn't
  • furthermore, in IE and Edge, once the box has been closed, it cannot be reopened again.

The same code works with angular 7.2.7 and below.