Skip to content

Commit 832dd1b

Browse files
committed
docs(nav-drawer, tabs): update disableAnimations snippets #7157
1 parent e5c0ec8 commit 832dd1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/navigation-drawer/navigation-drawer.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class IgxNavigationDrawerComponent implements
208208
/**
209209
* Enables/disables the animation, when toggling the drawer. Set to `false` by default.
210210
* ````html
211-
* <igx-nav-drawer [disableAnimation]="false"></igx-nav-drawer>
211+
* <igx-nav-drawer [disableAnimation]="true"></igx-nav-drawer>
212212
* ````
213213
*/
214214
@HostBinding ('class.igx-nav-drawer--disable-animation')

projects/igniteui-angular/src/lib/tabs/tabs.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export class IgxTabsComponent implements IgxTabsBase, AfterViewInit, OnDestroy {
248248
/**
249249
* Enables/disables the transition animation of the tabs' content. Set to `false` by default.
250250
* ````html
251-
* <igx-tabs [disableAnimation]="false"></igx-tabs>
251+
* <igx-tabs [disableAnimation]="true"></igx-tabs>
252252
*/
253253
@Input()
254254
public disableAnimation = false;

0 commit comments

Comments
 (0)