-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove page fade in to prevent flickering of pre-rendered pages
- Loading branch information
1 parent
50a8ae2
commit 73bb801
Showing
4 changed files
with
30 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
<ng-progress aria-label="Page Load Progress" #progress></ng-progress> | ||
|
||
<div [@fade]="true"> | ||
<div class="flex min-h-[100dvh] w-screen flex-col p-10 sm:px-24 sm:py-12 lg:px-48 lg:py-24"> | ||
<cmp-navigation></cmp-navigation> | ||
<div class="flex flex-1 flex-col py-20"> | ||
<router-outlet></router-outlet> | ||
</div> | ||
<cmp-footer></cmp-footer> | ||
<div class="flex min-h-[100dvh] w-screen flex-col p-10 sm:px-24 sm:py-12 lg:px-48 lg:py-24"> | ||
<cmp-navigation></cmp-navigation> | ||
<div class="flex flex-1 flex-col py-20"> | ||
<router-outlet></router-outlet> | ||
</div> | ||
|
||
<cmp-triangle></cmp-triangle> | ||
<cmp-footer></cmp-footer> | ||
</div> | ||
|
||
<cmp-triangle></cmp-triangle> |
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