Hello,
Is there a way to transform / morph a layer in the slider to an other layer, when hovering over it?
I have black and white background and layers… when hovering – they should fade to the colored version (individually)
Same question for the post overview pic (mansory etc)
Thanks a lot for the great support!
Regards,
finlando
Hey Finlando!
That’s not possible out of the box. However, it’s quite easy to do it with some CSS, i made a quick example here (you could put it inside a HTML layer in LS and the CSS in Quick CSS):
http://codepen.io/anon/pen/yJwbG
Regarding doing it on the featured image of posts, that is a lot more trickier because we don’t have full control of the generated markup, a deep modification of the theme files would be needed.
Cheers!
Josue
Hi Josue!
Very Nice! Thank You for Your effort!
What do I have to add to the code for slowly fading to the colored version… something like at the bottom with the logos here.:
http://kriesi.at/themes/replete/
Cheers!
finlando
Hey!
The example i made is intended to be used with two images (look at the HTML markup). Regarding the Replete logos, we used a technology called canvas there, here’s a tutorial on how to do something like that.
Cheers!
Josue
hi!
Im going to try it…
thank You Josue. I appreciate it very much.
cheers!
finlando
You are welcome Finlando, always glad to help :)
Regards,
Josue