Question:
Is it possible to create a hover effect where text fades in and images move smoothly without using code in Wix?
Product:
Wix Editor (Classic)
What are you trying to achieve:
I want to create a section where, upon hovering over an image:
- The image and its corresponding title text move smoothly upwards.
- A hidden text fades in smoothly below the image.
- The hover area should include a radius that extends beyond the image itself, covering the area of the hidden text.
- When the mouse moves out of this area, everything reverts to its original state with the same smooth transition.
This effect should apply to two separate image/text combinations in the same section, and each pair behaves independently.
What have you already tried:
- Grouping elements (images and texts) using the Wix container box to apply animations.
- Using hidden and collapsed properties for the text, but couldn’t achieve smooth transitions.
- Looking through Wix’s built-in animation effects but couldn’t find a way to make the text fade in or the image/title move as described.
- Attempted to use the interactive hover box but couldn’t configure it to match my desired behavior.
Additional information:
- IDs of the elements in question:
- Image 1:
image9
, Text Title 1:chiffon
, Hidden Text 1:text169
. - Image 2:
image8
, Text Title 2:cheesecake
, Hidden Text 2:text170
.
- Image 1:
- The hover effect I want should look professional and smooth, similar to a custom-coded animation.
The picture i attached is the example of what i want
If this is not possible without code, please let me know if there’s a workaround within the Wix Editor. Thanks in advance!