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 })
])

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.