Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animations: animateChild() fails to run child transitions when using state() with '*' star style #27245

Open
lasfrancisco opened this issue Nov 23, 2018 · 3 comments
Labels
area: animations freq2: medium P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent type: bug/fix
Milestone

Comments

@lasfrancisco
Copy link

馃悶 bug report

Affected Package

@angular/animations

Description

When an animation uses states to/from the '*' star style, animateChild() fail to run the transition to the "starred" state and jumps to the final state instead (or run the transition from the final state to the same).

馃敩 Minimal Reproduction

Take a look here:
https://stackblitz.com/edit/wizdm-animatechild-toggler?file=src%2Fapp%2Fmat-toggler%2Fmat-toggler-animations.ts

馃實 Your Environment

Angular Version:
Angular CLI: 7.0.5
Node: 9.11.1
OS: darwin x64
Angular: 7.0.3
... animations, cdk, common, compiler, compiler-cli, core, forms
... http, language-service, material, material-moment-adapter
... platform-browser, platform-browser-dynamic, router

Package Version

@angular-devkit/architect 0.8.6
@angular-devkit/build-angular 0.10.2
@angular-devkit/build-ng-packagr 0.8.6
@angular-devkit/build-optimizer 0.10.2
@angular-devkit/build-webpack 0.10.2
@angular-devkit/core 0.8.6
@angular-devkit/schematics 7.0.5
@angular/cli 7.0.5
@angular/fire 5.1.0
@angular/flex-layout 7.0.0-beta.19
@ngtools/json-schema 1.1.0
@ngtools/webpack 7.0.2
@schematics/angular 7.0.5
@schematics/update 0.10.5
ng-packagr 4.4.0
rxjs 6.3.3
typescript 3.1.6
webpack 4.19.1

Anything else relevant?
building on macOS, running on both Chrome & Safari.

Thanks,

@lasfrancisco
Copy link
Author

The defect is still present after upgrading to angular version 7.10

@CptKicks
Copy link

Still not fixed?

@jelbourn jelbourn added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent and removed severity3: broken labels Oct 1, 2020
@dario-piotrowicz
Copy link
Contributor

This looks to have been fixed (I am pretty sure it was fixed in #44515)

As you can see from this stackblitz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: animations freq2: medium P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent type: bug/fix
Projects
None yet
Development

No branches or pull requests

7 participants