Add sticky animation in menu
This commit is contained in:
parent
01ae9e239f
commit
219660916a
|
@ -135,7 +135,8 @@ export class AppComponent {
|
||||||
logoSmallUrl: this.logoPath + 'small.svg',
|
logoSmallUrl: this.logoPath + 'small.svg',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
badge: true,
|
badge: true,
|
||||||
menuPosition: 'center'
|
menuPosition: 'center',
|
||||||
|
stickyAnimation: true
|
||||||
};
|
};
|
||||||
this.buildMenu();
|
this.buildMenu();
|
||||||
this.reset();
|
this.reset();
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2ea749369c1ab36a8bdfc7570253ad4120ff71cf
|
Subproject commit f23bc9269ffce76467f8d314ca48a5b4fa7b7de8
|
Loading…
Reference in New Issue