animations investigations
All checks were successful
Deploy / Deploy to Production (push) Successful in 17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 17s
This commit is contained in:
parent
6020ea8c5b
commit
99ccc15ba9
10 changed files with 285 additions and 35 deletions
|
|
@ -137,7 +137,7 @@ body, #site-header, #site-footer{
|
|||
body.menu-open,
|
||||
body.is-hidden{
|
||||
overflow-y: hidden;
|
||||
main, footer, #nav-highlight, .btn--back-to-top, .bottom-bar{
|
||||
main, footer, #nav-highlight, .btn--back-to-top, .bottom-bar__inner{
|
||||
transition: opacity .3s ease-in;
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -79,6 +79,9 @@
|
|||
--h-block: 30px;
|
||||
|
||||
--curve: cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
||||
--transition-scroll: .5s ease-in-out;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -112,6 +115,8 @@
|
|||
--color-txt: #161616;
|
||||
--color-txt-light: var(--grey-400);
|
||||
|
||||
--border-light: 1px solid var(--grey-800);
|
||||
|
||||
--color-accent: #ff00ff;
|
||||
--color-accent-50: #ffe9ff;
|
||||
--color-accent-100: #fdd8fd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue