Community Tip - You can change your system assigned username to something more personal in your community settings. X
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?
Solved! Go to Solution.
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
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
Thanks Allan