We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ee413 commit 78cf6f2Copy full SHA for 78cf6f2
src/assets/bottom-right-control.scss
@@ -10,7 +10,7 @@
10
// Hide controls until parent is hovered
11
.plotvuer_parent & {
12
opacity: 0;
13
- transition: opacity 1.5s cubic-bezier(1, 0.03, 0.58, 1);
+ transition: opacity 1s cubic-bezier(1, 0.03, 0.58, 1);
14
}
15
16
.plotvuer_parent:hover & {
0 commit comments