mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Fixed: Stagger animation doesn't have {optional:true}
This commit is contained in:
parent
f43608f93b
commit
aaa14eb1e9
|
@ -33,21 +33,21 @@ export const fuseAnimations = [
|
|||
stagger('50ms', [
|
||||
animateChild()
|
||||
])
|
||||
])),
|
||||
], {optional: true})),
|
||||
transition('void => 100',
|
||||
query('@*',
|
||||
[
|
||||
stagger('100ms', [
|
||||
animateChild()
|
||||
])
|
||||
])),
|
||||
], {optional: true})),
|
||||
transition('void => 200',
|
||||
query('@*',
|
||||
[
|
||||
stagger('200ms', [
|
||||
animateChild()
|
||||
])
|
||||
]))
|
||||
], {optional: true}))
|
||||
]),
|
||||
|
||||
trigger('fadeInOut', [
|
||||
|
|
Loading…
Reference in New Issue
Block a user