Update linear animation

This commit is contained in:
chuzhixin 2020-11-24 16:25:43 +08:00
parent a954d4eb1e
commit 3e8afd00dd
2 changed files with 7 additions and 1 deletions

View File

@ -77,7 +77,7 @@
theme: { theme: {
name: 'default', name: 'default',
layout: '', layout: '',
header: '', header: 'fixed',
tabsBar: '', tabsBar: '',
}, },
} }

View File

@ -70,6 +70,12 @@ a {
* { * {
transition: $base-transition; transition: $base-transition;
} }
svg {
transition: none;
* {
transition: none;
}
}
html { html {
body { body {