Commit 3e8afd00 by chuzhixin

Update linear animation

parent a954d4eb
......@@ -77,7 +77,7 @@
theme: {
name: 'default',
layout: '',
header: '',
header: 'fixed',
tabsBar: '',
},
}
......
......@@ -70,6 +70,12 @@ a {
* {
transition: $base-transition;
}
svg {
transition: none;
* {
transition: none;
}
}
html {
body {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment