I saw this example - https://www.wix.com/velo-examples/timeline-animations - and see the code and the process:
1. We added 4 editor elements to the page: three images and a text element.
2. We defined a hover area on the page.
3. We defined an onMouseIn event handler on the hover area that uses the timeline
animations API to animate movement of the 3 images & text component.
4. We defined an onMouseOut event handler on the hover area that uses the timeline
animations API to animate a reset of the components to the original position.
But I get lost at “defined a hover area”
Anyone willing to give simply defined steps under the above steps? I.e. how do I define a hover area? How do I define an “onMouseIn event handler”, etc?