#137 update
This commit is contained in:
parent
c99197e68f
commit
98db3aeadd
1 changed files with 6 additions and 0 deletions
|
|
@ -26,8 +26,14 @@
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.step-background {
|
.step-background {
|
||||||
|
opacity: 0;
|
||||||
|
will-change: opacity;
|
||||||
transition: 0.35s opacity ease;
|
transition: 0.35s opacity ease;
|
||||||
|
|
||||||
|
&.visible {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
&.invisible {
|
&.invisible {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue