Skip to content

Commit c3b8914

Browse files
authored
remove fadein
1 parent 978ff2b commit c3b8914

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ form.inline-search input[type='submit'] {
129129
}
130130

131131
div.document {
132-
animation: fadeIn 0.6s ease-in-out;
133132
display: flex;
134133
/* Don't let long code literals extend beyond the right side of the screen */
135134
overflow-wrap: break-word;
@@ -768,18 +767,8 @@ div.versionremoved .versionmodified {
768767
}
769768

770769
/* Animation */
771-
@keyframes fadeIn {
772-
from {
773-
opacity: 0;
774-
}
775-
to {
776-
opacity: 1;
777-
}
778-
}
779-
780770
@media (prefers-reduced-motion: reduce) {
781771
div.document {
782-
animation: none;
783772
transition: none;
784773
}
785774

0 commit comments

Comments
 (0)