Hi team.
It is possible to work with button states with a GROUP?
I have a group with two elements: text + rectangle. I just want to work with that group:
normal state: 0% opacity.
hover state: 100%.
I know I can do it with the elements separately, but I want to work with “button states” with this group.
Is that possible?
long answer: If you use javascript you can create a mouseover mouse out event using the group element (assigning it an id and using that to attach an event listener).