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', [
|
stagger('50ms', [
|
||||||
animateChild()
|
animateChild()
|
||||||
])
|
])
|
||||||
])),
|
], {optional: true})),
|
||||||
transition('void => 100',
|
transition('void => 100',
|
||||||
query('@*',
|
query('@*',
|
||||||
[
|
[
|
||||||
stagger('100ms', [
|
stagger('100ms', [
|
||||||
animateChild()
|
animateChild()
|
||||||
])
|
])
|
||||||
])),
|
], {optional: true})),
|
||||||
transition('void => 200',
|
transition('void => 200',
|
||||||
query('@*',
|
query('@*',
|
||||||
[
|
[
|
||||||
stagger('200ms', [
|
stagger('200ms', [
|
||||||
animateChild()
|
animateChild()
|
||||||
])
|
])
|
||||||
]))
|
], {optional: true}))
|
||||||
]),
|
]),
|
||||||
|
|
||||||
trigger('fadeInOut', [
|
trigger('fadeInOut', [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user