-
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.
#47 PDF creation delay UX improvements with integration of call-to-ac…
…tion buttons
- Loading branch information
Showing
7 changed files
with
156 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
<article fxLayoutAlign="center center" | ||
[ngStyle.gt-sm]="{'font-size': '22px'}" | ||
[ngStyle.lt-md]="{'padding-left': '25px', 'padding-right': '25px', 'font-size': '17px'}" | ||
class="margin-bottom-lg loading-text-area">Your PDF report generation is in progress.</article> | ||
class="margin-bottom-md loading-text-area">While your PDF report generation is in progress, <br>please share and support us!</article> | ||
|
||
<div class="loading"> | ||
<div class="dot" *ngFor="let i of [].constructor(5)"></div> | ||
</div> | ||
|
||
<article fxLayoutAlign="center center" | ||
[ngStyle.gt-sm]="{'font-size': '22px'}" | ||
[ngStyle.lt-md]="{'padding-left': '25px', 'padding-right': '25px', 'font-size': '17px'}" | ||
class="margin-top-lg loading-text-area">Please don't forget to share and support <br>'Mortgage Expense Calculator'!</article> |
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 |
---|---|---|
|
@@ -47,16 +47,4 @@ | |
} | ||
} | ||
} | ||
|
||
@keyframes wave { | ||
50%, | ||
75% { | ||
transform: scale(2); | ||
} | ||
|
||
80%, | ||
100% { | ||
opacity: 0; | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
@keyframes wave { | ||
50%, | ||
75% { | ||
transform: scale(2); | ||
} | ||
|
||
80%, | ||
100% { | ||
opacity: 0; | ||
} | ||
} | ||
|
||
@keyframes tiny-wave { | ||
50%, | ||
75% { | ||
transform: scale(1.5); | ||
} | ||
|
||
80%, | ||
100% { | ||
opacity: 0; | ||
} | ||
} | ||
|
||
@keyframes bigger-wave { | ||
50%, | ||
75% { | ||
transform: scale(3); | ||
} | ||
|
||
80%, | ||
100% { | ||
opacity: 0; | ||
} | ||
} |
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,49 +1,83 @@ | ||
body { | ||
.at-expanding-share-button .at-expanding-share-button-services-list > li { | ||
height: 40px !important; | ||
} | ||
|
||
.at-expanding-share-button .at-share-btn { | ||
height: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button .at-icon-wrapper { | ||
height: 30px !important; | ||
line-height: 30px !important; | ||
width: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button .at-icon { | ||
height: 25px !important; | ||
margin: 3px 0 !important; | ||
width: 25px !important; | ||
} | ||
|
||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle { | ||
height: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg, | ||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg span { | ||
height: 30px !important; | ||
line-height: 30px !important; | ||
width: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg, | ||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg span { | ||
height: 30px !important; | ||
line-height: 30px !important; | ||
width: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-click-flash { | ||
height: 30px !important; | ||
width: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button .at-expanding-share-button-toggle-bg > span { | ||
background-size: 85% !important; | ||
background-color: #3f51b5 !important; | ||
} | ||
.at-expanding-share-button .at-expanding-share-button-services-list > li { | ||
height: 40px !important; | ||
} | ||
|
||
.at-expanding-share-button .at-share-btn { | ||
height: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button .at-icon-wrapper { | ||
height: 30px !important; | ||
line-height: 30px !important; | ||
width: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button .at-icon { | ||
height: 25px !important; | ||
margin: 3px 0 !important; | ||
width: 25px !important; | ||
} | ||
|
||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle { | ||
height: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg, | ||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg span { | ||
height: 30px !important; | ||
line-height: 30px !important; | ||
width: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg, | ||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg span { | ||
height: 30px !important; | ||
line-height: 30px !important; | ||
width: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-click-flash { | ||
height: 30px !important; | ||
width: 30px !important; | ||
} | ||
|
||
.at-expanding-share-button .at-expanding-share-button-toggle-bg > span { | ||
background-size: 85% !important; | ||
background-color: #3f51b5 !important; | ||
} | ||
|
||
#at4-share { | ||
&.animate { | ||
&::before { | ||
content: ''; | ||
position: absolute; | ||
width: 100%; | ||
height: 100%; | ||
background: #fff !important; | ||
animation-delay: 0.4s; | ||
border-radius: 10px; | ||
animation: tiny-wave 2s ease-out infinite; | ||
} | ||
} | ||
} | ||
} | ||
|
||
@media only screen and (max-width: 800px) { | ||
body { | ||
.at-expanding-share-button-toggle-bg { | ||
&.animate { | ||
&::before { | ||
content: ''; | ||
position: absolute; | ||
width: 100%; | ||
height: 100%; | ||
background: #fff !important; | ||
animation-delay: 0.4s; | ||
border-radius: 50%; | ||
animation: bigger-wave 2s ease-out infinite; | ||
} | ||
} | ||
} | ||
} | ||
} |
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