Skip to content

Some cards in the hand won't flip #6

@georgiee

Description

@georgiee

There's a bug introduced with the flip animation. It seems that the hand animation that orchestrates the the child animations (on each card) is not recognizing a changed card.

I think it's a problem here.

transition(':enter, :increment', [
       query('@flipAnimation', [
        stagger(100, animateChild())
       ], { optional: true })
])

screen shot 2018-12-07 at 14 46 59

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions