We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2824145 commit fe7f612Copy full SHA for fe7f612
components/BackToTop.vue
@@ -23,7 +23,7 @@ export default {
23
default: function() {
24
return {
25
right: '1rem',
26
- bottom: '3rem',
+ bottom: '6rem',
27
width: '2.5rem',
28
height: '2.5rem',
29
'border-radius': '.25rem',
@@ -96,11 +96,12 @@ export default {
96
}
97
.fade-enter-active,
98
.fade-leave-active {
99
- transition: opacity .5s;
+ transition: all .5s;
100
101
.fade-enter,
102
.fade-leave-to {
103
opacity: 0
104
+ transform translateY(120px)
105
106
.back-to-ceiling .Icon {
107
fill: #9aaabf;
0 commit comments