Hello !
I have somes issues with the color-on-scroll attribute.
I have start from the example in the Paper Kit project, and modify three things in the component:
- remove nav-down class in the nav-bar
- modify the color-on-scroll attribute and set it to 20 (no matter the value i put, the color change always at the same pixel)
- create a navbar service (because i must deal with 2 navbar) and add a *ngIf="!nav.visible" in my html on my nav tag
The real problem is when I put this *ngIf, the color change doesnt work anymore.