- This topic has 16 replies, 7 voices, and was last updated 2 months, 1 week ago by gee.
-
AuthorPosts
-
2021-03-30 at 9:45 am #39840Laurent MiagkoffCustomer
Hello,
How can I change the behavior of the annotations ?
By default they appear with a click but I would like to have them with a mouse hover.
I know it’s possible because I can see it in this amazing work: http://basf-vcar.com/ but these guys are expert in UX design and web développement.I can have a smooth transition with css if i had:
.v3d-annotation:hover {
transition: 2s;
width: 300px;
}
But I can’t change the behavior of the: .v3d-annotation-dialogRegards,
Laurent.
2021-05-24 at 5:19 pm #41304jdhutchinsonCustomerHi Laurent, I am also wondering the same thing. I was looking through the code for my project and couldn’t see where this was set. Did you find anything?
2021-05-25 at 6:42 am #41320Mikhail LuzyaninStaffIt’s made not as simple annotation but with complex combination of custom div elements that binded to the Empties (with bind puzzle) and custon dialog elements that will be shown when custom annotation hovered with When Hovered and Set Style puzzles.
Co-founder and lead graphics specialist at Soft8Soft.
2021-05-25 at 1:44 pm #41382jdhutchinsonCustomerThanks Mikhail. So it’s not accessible in the same way the default preloader css classes are? So I cannot access through puzzles wih .v3d-annotation-dialog for example?
2021-05-25 at 3:39 pm #41384jdhutchinsonCustomerHi Mikhail,
I seem to have encountered some issue where using the mouseover / mouseleave events for puzzles to open annotations seems completely unresponsive.
Is it possible that any class deeper down could have been changed and corrupted it, in the stylings or js for v3d-annotation-dialog or v3d-annotation?
Edit – not sure what must have happened here… next is making css for on hover of annotations to fade in. Any thoughts anybody?
2021-06-18 at 1:37 am #42122Jonathan BentonCustomerSame problem — hover to open and close annotations doesn’t work. For me, the annotation dialog opens on the first hover but won’t reopen once it closes. The annotation icon works as expected, just not the actual annotation text box
2021-06-22 at 6:52 am #42192Mikhail LuzyaninStaffHere’s an example for you.
Co-founder and lead graphics specialist at Soft8Soft.
2021-06-23 at 8:01 am #42251Laurent MiagkoffCustomerThank you Mikhail !
2021-06-24 at 3:57 am #42271GLiFTeKCustomerForgive me if I’m wrong here, but I think that in the css that the annotation creates, that the “annotation” and “annotation-diologue” are reversed?
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2021-06-25 at 7:36 am #42306Mikhail LuzyaninStaffYes, they reserved.
Co-founder and lead graphics specialist at Soft8Soft.
2021-07-03 at 7:11 am #42500GLiFTeKCustomerYes, they reserved.
Does that mean they should be corrected? Not sure here.
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2024-06-18 at 2:23 am #74919geeCustomerHere’s an example for you.
hi Mikhail, I’m running to the same problem of wanting to change the annotation to shows on hover instead of on click, can you share the example file again?
2024-06-18 at 12:24 pm #74931Mikhail LuzyaninStaffHere it is.
Attachments:
You must be logged in to view attached files.Co-founder and lead graphics specialist at Soft8Soft.
2024-06-19 at 5:39 pm #75060visualizerCustomerHi
Mikhail
new to this idea.is it possible to load all the features ( like video window from url or website ) in that small opened pop up after mouse hover? Similar to what we do in case of old annotations?
2024-06-25 at 2:09 am #75549geeCustomerHere it is.
Thank you so much! It’s working!
Now just try to figure out how to make it fade when you rotate the model… -
AuthorPosts
- You must be logged in to reply to this topic.