Question:
[Clearly ask your question.]
I added an element (a gallery slider, more precisely the Slide Deck Gallery) and I would like to modify the event handler of it using Velo. However, it looks like I can only add new event handlers but not modify the default behavior of this element.
Product:
I am using Velo
What are you trying to achieve:
Currently, the element behavior is:
- The Slide Deck gallery displays the title/description of a given image on mouseIn.
- The Slide Deck gallery hides the title/description of a given image on mouseOut.
The exact changes I would like are the following:
- The Slide Deck gallery always displays the title/description of a given image.
So i assumed that if I have access to existing event handlers (default one from this element), then I could remove the code for mouseIn, and put it in onReady. And remove the code for mouseOut.
What have you already tried:
I checked on YouTube, google, on the help section, but i can’t seem to find anything (probably not searching for the right words, note that this is the first time I use Wix Velo to edit an element in javascript).
Additional information: