How to make button glow in highlight

I am building a UI for our custom extension. I have buttons that I need to hihglight one by one so users know what to do, in correct order.

So my question is, can we make with Omniverse default User incerface tools a custom button that is GLOWING, pulsating in a style that captures uers attention?

Like this:

or if that glowing pulsating effect is not possible, can we at least BLINKING a button?

Pekka Varis

1 Like

I will ask

1 Like

Anythign new about this @Richard3D ?

Start by making alternate images with the glow, then using styles to swap out to the matching image. So for example:

  • button_default.jpg
  • button_hovered.jpg
  • button_clicked.jpg
  • button_active.jpg

When user hovers, the hover style holds the alternate hover image. When clicked, another style would handle swapping to the clicked image.

1 Like

Hey, sound a perfect thing!

Richard, please can you send me a link to the documentation of the “styles” you are refering to? You know we are developing Omniverse Extension, not a webpage so I have no idea where that feature is in Omniverse.

If we get it to work that far, we can then study how to make a button to “pulse/flash” at specific step of our extension userflow…

Pekka