Skip to content

How do I hide the annotation completely #4877

Answered by danilokrulj
DEDROX2K asked this question in Q&A
Discussion options

You must be logged in to vote

I think all of that can be changed through CSS. I just inspected some code with annotations and when it is faded away it gets this CSS style:

.annotation-wrapper.hide ::slotted(*) {
opacity: var(--min-hotspot-opacity, 0.25);
}

Just change that value to 0 in your CSS and you should be good.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DEDROX2K
Comment options

Answer selected by elalish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants