From 2d7a69ab9c39ac6814abb5805d66cdca93048e45 Mon Sep 17 00:00:00 2001 From: unknown <121498367@qq.com> Date: Wed, 29 Nov 2023 15:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8D=A1=E7=89=87=E6=AF=8F?= =?UTF-8?q?=E6=AC=A1=E6=98=BE=E7=A4=BA=E9=83=BD=E4=BC=9A=E5=85=88=E9=97=AA?= =?UTF-8?q?=E4=B8=80=E4=B8=8B=E6=B2=A1=E6=A0=B7=E5=BC=8F=E7=9A=84=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demo.html b/demo.html index 94af417..4e5e075 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}\]