Page 1 of 1
How to create event to smoothly change of background image
Posted: Wed May 08, 2019 10:19 am
by piotrh
Hello,
I have some objects and text on my page. Bacground may be a image or a solid color.
What i want to achieve is smooth change of background image/color triggered by hovering over certain text parts or objects. What would be the best approach to do this?
P
Re: How to create event to smoothly change of background image
Posted: Wed May 08, 2019 10:31 am
by Pablo
You can implement hover effects with CSS transitions.
http://wysiwygwebbuilder.com/transitions.html
Re: How to create event to smoothly change of background image
Posted: Wed May 08, 2019 12:03 pm
by piotrh
I assumed it can be done this way, but there are following questions:
Can i target background of page. Or perhabs create css animation for it? Or do I have to create layer for a background and target it instead?
Re: How to create event to smoothly change of background image
Posted: Wed May 08, 2019 12:24 pm
by Pablo
I'm sorry, the page background does not support transitions.
Re: How to create event to smoothly change of background image
Posted: Wed May 08, 2019 12:30 pm
by piotrh
Thank You Pablo.
Ps: Looking forward new verion and new features - every new WWB opens incredible new possibilities!
All best!
Re: How to create event to smoothly change of background image
Posted: Wed May 08, 2019 12:35 pm
by BaconFries
Re: How to create event to smoothly change of background image
Posted: Wed May 08, 2019 1:23 pm
by piotrh
Thank You BaconFries.
Looks a little bit to advanced for me. But I'll try to figure it out.
P