This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tabs): adds default transitions for tab content
Closes #1044. By default, now tab content will animate in from whichever direction the ink-bar is moving. These animations can be overridden through the following classes: When a tab is selected, the following classes are added in order: 1. `md-transition-rtl`: flags the animation as right-to-left 2. `ng-animate`: added at the start of all animations 3. `ng-hide-remove` 4. `ng-hide-remove-active` When a tab is deselected, the following classes are added in order: 1. `md-transition-rtl`: flags the animation as right-to-left 2. `ng-animate`: added at the start of all animations 3. `ng-hide-add` 4. `ng-hide-add-active` Closes #717. Closes #811. refactor(tabs): removes unnecessary check
- Loading branch information
1 parent
09f56e0
commit 3ee83a6
Showing
4 changed files
with
67 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters