jamie
1
Reopening this topic -
I have an RG of articles. When the user hovers on a result in the RG, I’d like to animate it.
I wish I could set a state but I can’t seem to think about this the right way.
I also don’t really get how to do what is suggested in the post below.
Any ideas?
Thank you!
I would put all elements in the rg in a group, then set a condition on this group
when this group is hovered => set an attribute id
Then use css to animate this attribute id, depending on which animation you want.