set change detection on push

This commit is contained in:
2023-03-26 23:34:49 +02:00
parent 138b0b42b3
commit 383d2a533b
13 changed files with 76 additions and 46 deletions

View File

@@ -32,7 +32,7 @@ export const fader = trigger('fader', [
':enter',
[
animate(
'200ms ease',
'300ms ease',
style({
opacity: 1,
transform: 'scale(1) translateY(0)',