no fade in
This commit is contained in:
parent
60c818f826
commit
34c978086b
10 changed files with 35 additions and 344 deletions
|
|
@ -13038,13 +13038,13 @@ html.modal-open {
|
|||
opacity: 0;
|
||||
animation: fadeIn ease-in 1;
|
||||
animation-fill-mode: forwards;
|
||||
animation-duration: 0.2s; }
|
||||
animation-duration: 1s; }
|
||||
.fade-in.one {
|
||||
animation-delay: 0.1s; }
|
||||
animation-delay: 0.7s; }
|
||||
.fade-in.two {
|
||||
animation-delay: 0.21s; }
|
||||
animation-delay: 1.4s; }
|
||||
.fade-in.three {
|
||||
animation-delay: 0.25s; }
|
||||
animation-delay: 1.8s; }
|
||||
|
||||
a {
|
||||
color: #00b8d4; }
|
||||
|
|
@ -23314,13 +23314,13 @@ readers do not read off random characters that represent icons */
|
|||
opacity: 0;
|
||||
animation: fadeIn ease-in 1;
|
||||
animation-fill-mode: forwards;
|
||||
animation-duration: 0.2s; }
|
||||
animation-duration: 1s; }
|
||||
.fade-in.one {
|
||||
animation-delay: 0.1s; }
|
||||
animation-delay: 0.7s; }
|
||||
.fade-in.two {
|
||||
animation-delay: 0.21s; }
|
||||
animation-delay: 1.4s; }
|
||||
.fade-in.three {
|
||||
animation-delay: 0.25s; }
|
||||
animation-delay: 1.8s; }
|
||||
a {
|
||||
color: #00b8d4; }
|
||||
a:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue