Hello!
I was using a repeater to display photos. I was making a text element connected to the photo name appear when someone hovers over the repeater. The only thing there is that when someone hovers over the repeater, the text for all items appear. Is it possible to only show the text for the item in the repeater that the user is hovering on?
~Thanks~
Arthur
Hello Arthur,
this VIDEO here, will help you to solve your issue…
https://www.youtube.com/watch?v=E8W3nTazcNo&t=1044s
Thanks @russian-dima ! I will check it out!
Hi Arthur
You can achieve this by adding onMouseIn() and onMouseOut() event handlers to the item container, and run your code as you prefer.
Ahmad
I was using the onMouseIn() and onMouseOut() for the photo container but it doesn’t work. I will try @russian-dima s’ suggested video and see if it works.
~Thank you~
Arthur
You’re welcome
Did the video help you?
It was too blurry for me to see the code. It might just be the Wi-Fi. I checked it out again but it was still too blurry.