We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Clickable Faded Annotations

Home Forums General Questions Clickable Faded Annotations

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #67623
    masj
    Participant

    Hi,

    I like the visual UX of fading annotations when obscured by objects/ inside objects, but need them to remain clickable throughout.

    Is this possible?

    #67625
    kdv
    Participant

    In theory, after modifying v3d.js – Yes. In practice, for now – No.

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #67626
    masj
    Participant

    ok :-(

    #67627
    Crunch
    Customer

    Well actually masj….. if you are referring to keeping the built-in dialogs for the annotation puzzle to continue to open on click, even when faded/obscured, this little hack that involves adding a css class should work.

    Attachments:
    You must be logged in to view attached files.
    #67652
    masj
    Participant

    Thanks Crunch!
    Clever fix, but if I’m attempting it correctly, it still doesn’t make the annotation clickable to bring up the dialog content box as I need, unfortunately.

    #67656
    Crunch
    Customer

    Have you experimented by first duplicating the puzzle example I did verbatim?

    Be sure the naming convention matches for the getElementById script – eg ID of the annotation becomes the prefix then add _dialog to end. So poi1_dialog, poi2_dialog, poi3_dialog, etc

    Also important, order does matter. The annotation creation puzzle must exist in DOM before the onclick listener puzzle is called. Note how the click listener is beneath the annotation puzzle in my screenshot

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.