Hi all,
Push buttons that I create with Design Studio have a nice effect when you click on them. In the elements view of the chrome console I see that the class “m1-clicked” is added to these buttons when I click on them, follwed by the class “m1-unclicked” a second later.
I want to recreate this effect with buttons I add to my HTML widget. Is there any existing function I can call via ‘onclick’ when the user clicks the button? Or does anyone know another way to achieve this?
Thx in advance!