Skip to content

Commit

Permalink
#203 Remove initial sliding transition from tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
fateeand committed Sep 13, 2023
1 parent c98e08f commit 99903e4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ export class CpsTabGroupComponent

backBtnVisible = false;
forwardBtnVisible = false;
animationState: 'slideLeft' | 'slideRight' | 'fadeIn' | 'fadeOut' =
'slideLeft';
animationState: 'slideLeft' | 'slideRight' | 'fadeIn' | 'fadeOut' = 'fadeIn';

windowResize$: Subscription = Subscription.EMPTY;
listScroll$: Subscription = Subscription.EMPTY;
Expand Down

0 comments on commit 99903e4

Please sign in to comment.