Skip to content

Commit 78cf6f2

Browse files
committed
Update transition delay
1 parent d9ee413 commit 78cf6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/bottom-right-control.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Hide controls until parent is hovered
1111
.plotvuer_parent & {
1212
opacity: 0;
13-
transition: opacity 1.5s cubic-bezier(1, 0.03, 0.58, 1);
13+
transition: opacity 1s cubic-bezier(1, 0.03, 0.58, 1);
1414
}
1515

1616
.plotvuer_parent:hover & {

0 commit comments

Comments
 (0)