From 8a220b764b76b865add46033c811c258aa855022 Mon Sep 17 00:00:00 2001 From: weizwz <1124725517@qq.com> Date: Mon, 25 Dec 2023 23:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=98=E5=88=B6=E7=88=86=E7=82=B8=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + page/explodedBtn.html | 129 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 page/explodedBtn.html diff --git a/index.html b/index.html index 6830d46..9e9df97 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@

funAnimation —— 有趣的样式和动画

{ name: '流体按钮', path: 'page/fluidBtn.html' }, { name: '流光按钮', path: 'page/danceTime.html' }, { name: '暗夜动画', path: 'page/funDark.html' }, + { name: '爆炸按钮', path: 'page/explodedBtn.html' }, ] document.body.onload = function() { let navStr = '' diff --git a/page/explodedBtn.html b/page/explodedBtn.html new file mode 100644 index 0000000..b2eddc0 --- /dev/null +++ b/page/explodedBtn.html @@ -0,0 +1,129 @@ + + + + + + + 爆炸按钮 + + + + + + + + + \ No newline at end of file