diff --git a/src/app/app.component.scss b/src/app/app.component.scss index f4c7c02..fa683e9 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -15,10 +15,11 @@ margin-top: 25px; padding-bottom: 9px; font-size: 80%; - transition: font-size 0.15s ease-out; + transition: font-size 0.15s ease; } #topname.active { font-size: 100%; + transition: font-size 0.15s ease; } #topname #first { @@ -31,7 +32,7 @@ } #topname #last { - font-size: 20pt; + font-size: 150%; } #topmenubuttons, #topname { @@ -62,7 +63,6 @@ } #highlightedlink { - transition: opacity 0.15s ease-out; color: gray; opacity: 0; //background-color: aqua; @@ -72,8 +72,10 @@ left: 0px; font-size: 89%; text-align: center; + transition: opacity 0.5s ease-in-out; } #highlightedlink.active { opacity: 1; + transition: opacity 0.5s ease-in-out; }