diff --git a/demo.html b/demo.html index d38c231..225c302 100644 --- a/demo.html +++ b/demo.html @@ -21,6 +21,12 @@ padding: 15px; } } + + /* 初始状态下设置透明度为0 */ + .md-content { + opacity: 0; + transition: opacity 0.3s ease-in-out; + }
\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}\]