File tree 5 files changed +8
-13
lines changed
5 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 6
6
![ hexo version] ( https://img.shields.io/badge/hexo-5.0+-0e83c )
7
7
![ license] ( https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly?color=FF5531 )
8
8
9
- Demo: 👍 [ Butterfly] ( https://butterfly.js.org/ ) || 🤞 [ JerryC ] ( https://jerryc.me / )
9
+ Demo: 👍 [ Butterfly] ( https://butterfly.js.org/ ) || 🤞 [ MYW ] ( https://immyw.com / )
10
10
11
11
Docs: 📖 [ Butterfly Docs] ( https://butterfly.js.org/posts/21cfbf15/ )
12
12
Original file line number Diff line number Diff line change 6
6
![ hexo version] ( https://img.shields.io/badge/hexo-5.0+-0e83c )
7
7
![ license] ( https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly?color=FF5531 )
8
8
9
- 預覽: 👍 [ Butterfly] ( https://butterfly.js.org/ ) || 🤞 [ JerryC ] ( https://jerryc.me / )
9
+ 預覽: 👍 [ Butterfly] ( https://butterfly.js.org/ ) || 🤞 [ MYW ] ( https://immyw.com / )
10
10
11
11
文檔: 📖 [ Butterfly Docs] ( https://butterfly.js.org/posts/21cfbf15/ )
12
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hexo-theme-butterfly" ,
3
- "version" : " 3.6.0 " ,
3
+ "version" : " 3.6.1-b1 " ,
4
4
"description" : " A Simple and Card UI Design theme for Hexo" ,
5
5
"main" : " package.json" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ minWidth2000()
53
53
if hexo-config ('enter_transitions' )
54
54
#content-inner ,
55
55
#footer
56
- animation : main 1s
56
+ animation : bottom - top 1s
57
57
58
58
#page-header
59
59
animation : header-effect 1s
@@ -121,15 +121,14 @@ if hexo-config('avatar.effect') == true
121
121
100%
122
122
transform : translateY (0 )
123
123
124
- @keyframes main
124
+ @keyframes bottom-top
125
125
0%
126
126
opacity : 0
127
- transform : translateY ( 50px )
127
+ margin-top : 50px
128
128
129
129
100%
130
- filter : none
131
130
opacity : 1
132
- transform : translateY ( 0 )
131
+ margin-top : 0
133
132
134
133
@keyframes titlescale
135
134
0%
Original file line number Diff line number Diff line change 8
8
flex-direction : column
9
9
10
10
+maxWidth768 ()
11
- padding : 1rem 5px !important
11
+ padding : 1rem 5px
12
12
13
13
+minWidth2000 ()
14
14
max-width : 1500px
46
46
47
47
& > div
48
48
width : 100% !important
49
-
50
- // fix chrome enter animation blur
51
- .layout
52
- filter : blur (0 )
You can’t perform that action at this time.
0 commit comments