mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
🔖 3.0.1更新
🐛 修復導航側邊欄沒有進入特效的Bugs
This commit is contained in:
parent
82979322c6
commit
44e16d154a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hexo-theme-butterfly",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "A Simple and Card UI Design theme for Hexo",
|
||||
"main": "package.json",
|
||||
"scripts": {
|
||||
|
||||
@ -249,7 +249,7 @@ if hexo-config('avatar.effect') == true
|
||||
|
||||
for i in 1 2 3 4
|
||||
> :nth-child({i})
|
||||
animation: sidebarItem (i / 5) s
|
||||
animation: sidebarItem (i / 5)s
|
||||
|
||||
@keyframes scroll-down-effect
|
||||
0%
|
||||
|
||||
Loading…
Reference in New Issue
Block a user