Is it possible in Wix to create the following effect:
https://jsfiddle.net/lovromar/JmUL8
I don’t have a normal access to CSS, and everything is very limited.
Is there any way to implement it?
Also, is there a way to add basic CSS blending filter to an image?
Thanks!
1 Like
You are looking for an effect like this here.
https://www.youtube.com/watch?v=1UKX-cS4rC0
You can’t do that straight through Wix Corvid, you will need to look at implementing something through the use of an html iframe with all the code combined in it.
Wix currently does not let you access CSS from within your own site, however you can vote for it here.
https://support.wix.com/en/article/request-accessing-the-css-code-html-of-your-site
Also have a read of using html in Wix and the reference page for the html component too if you wish to use it with code.
https://support.wix.com/en/article/corvid-working-with-the-html-element
https://www.wix.com/corvid/reference/$w.HtmlComponent.html
As Yisrael (Wix Admin) has stated in a previous forum post about something similar…
“WixCode allows all Javascript, except access to the DOM. Wixcode handles DOM access itself via the $w API.”
For the blending you can again look at trying to implement it through the use of an html iframe on your page like what is shown here.
https://css-tricks.com/basics-css-blend-modes/
Although, if you are just planning on showing the end results of a blend and none of the transitional parts of it, then some of these effects can be achieved simply by editing the picture in photoshop for example.
Also, Wix have some basic code effects that you can use, however these might not be suitable for what you are looking at doing.
https://www.wix.com/corvid/reference/$w.EffectOptions.html
Creating Parallax mouse move effect -
Creating Parallax mouse move effect -
@roy41754 - have a look at this one 
It is live now
2 Likes