АМ
Size: a a a
АМ
АМ
E
export const topBottomEnterAnimation = animation([
style({
'pointer-events': 'none',
transform: 'translate(0, -12px)',
opacity: 0,
}),
animate('200ms ease', style({
transform: 'translate(0, 0)',
opacity: 1,
}))
]);
E
IB
IB
E
VT

АМ
[class.animating]="isAnimating", в классе .animating прописать pointer-events: none, а после onDone() сделать this.isAnimating = false, так?И
IK
И
VT
АК
АК
EG
R