Commit 3e8afd00 by chuzhixin

Update linear animation

parent a954d4eb
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
theme: { theme: {
name: 'default', name: 'default',
layout: '', layout: '',
header: '', header: 'fixed',
tabsBar: '', tabsBar: '',
}, },
} }
......
...@@ -70,6 +70,12 @@ a { ...@@ -70,6 +70,12 @@ a {
* { * {
transition: $base-transition; transition: $base-transition;
} }
svg {
transition: none;
* {
transition: none;
}
}
html { html {
body { 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