Skip to main content
1-Visitor
August 22, 2019
Solved

Can i give glow and dim effect to button in Vuforia studio?

  • August 22, 2019
  • 1 reply
  • 1473 views

I want to give glow and dim effect to button and once button is clicked the button turn to some static colour. 
can i do so?

Best answer by AllanThompson

Hi,

 

You could use CSS to change the formatting of a button depending on what is happening.  Have a look at this thread: https://community.ptc.com/t5/Vuforia-Studio/How-to-disable-playback-until-a-step-has-finished-playing/m-p/516794

 

You could look a using CSS transitions or animations to give the effects you want.  I've had a bit of a play with animations and I just used good old W3Schools: https://www.w3schools.com/css/default.asp

1 reply

16-Pearl
August 23, 2019

Hi,

 

You could use CSS to change the formatting of a button depending on what is happening.  Have a look at this thread: https://community.ptc.com/t5/Vuforia-Studio/How-to-disable-playback-until-a-step-has-finished-playing/m-p/516794

 

You could look a using CSS transitions or animations to give the effects you want.  I've had a bit of a play with animations and I just used good old W3Schools: https://www.w3schools.com/css/default.asp

Nithin1-VisitorAuthor
1-Visitor
September 5, 2019

Thanks Allan