We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978ff2b commit c3b8914Copy full SHA for c3b8914
python_docs_theme/static/pydoctheme.css
@@ -129,7 +129,6 @@ form.inline-search input[type='submit'] {
129
}
130
131
div.document {
132
- animation: fadeIn 0.6s ease-in-out;
133
display: flex;
134
/* Don't let long code literals extend beyond the right side of the screen */
135
overflow-wrap: break-word;
@@ -768,18 +767,8 @@ div.versionremoved .versionmodified {
768
767
769
770
/* Animation */
771
-@keyframes fadeIn {
772
- from {
773
- opacity: 0;
774
- }
775
- to {
776
- opacity: 1;
777
778
-}
779
-
780
@media (prefers-reduced-motion: reduce) {
781
782
- animation: none;
783
transition: none;
784
785
0 commit comments