-
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added two new animation types (#453)
* added two new animation types * Update samples/BlazorWebAssembly/Pages/Animation.razor Co-authored-by: Lars Koopmans <[email protected]> --------- Co-authored-by: Lars Koopmans <[email protected]> Co-authored-by: Chris Sainty <[email protected]>
- Loading branch information
1 parent
ccba267
commit 898e88d
Showing
4 changed files
with
71 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,7 @@ | |
public enum ModalAnimationType | ||
{ | ||
FadeInOut, | ||
PopInOut, | ||
PopIn, | ||
None | ||
} | ||
} |