Remove fade animation when switching docs tabs
This commit is contained in:
		
							parent
							
								
									24300eeac5
								
							
						
					
					
						commit
						5b9d6a31e5
					
				@ -3,7 +3,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <h2 i18n="documentation.title">Documentation</h2>
 | 
					    <h2 i18n="documentation.title">Documentation</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <ul ngbNav #nav="ngbNav" [(activeId)]="activeTab" class="nav-tabs" role="tablist">
 | 
					    <ul ngbNav #nav="ngbNav" [animation]="false" [(activeId)]="activeTab" class="nav-tabs" role="tablist">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <li [ngbNavItem]="0" *ngIf="showFaqTab" role="presentation">
 | 
					      <li [ngbNavItem]="0" *ngIf="showFaqTab" role="presentation">
 | 
				
			||||||
        <a ngbNavLink [routerLink]="['/docs/faq' | relativeUrl]" role="tab">FAQ</a>
 | 
					        <a ngbNavLink [routerLink]="['/docs/faq' | relativeUrl]" role="tab">FAQ</a>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user