I have a strip that is supposed to fade out on scroll. Now, when I scroll the strip just suddenly disappears, as if it hits an anchor point and there’s code telling it
{
$w(white-strip).hide();
}
However, I have no such code. I simply set up my strip’s fade out on scroll using the animation button available in the Wix editor. I believe I’m using “classic”.
Here is a note that is very much worth discussion:
- I have two strips on top of the strip I wish to fade out. Those two strips use columns. I know strips with columns cannot be faded. However, I’m not fading those column strips, but the strip underneath them. My frustration is that this worked a few days ago exactly as desired. I have changed nothing.
Here’s what I’ve done to troubleshoot:
- Test the site on Chrome
- Tested the site on Firefox
- Updated Chrome
- Cleared Chrome’s cache and browsing history, etc.
- Restored previous versions of the site from July, where I am certain the fade on scroll effect worked perfectly. Even with those restored versions, it still didn’t work.
- Commented out (using
/*
and*/
) the Velo code I DO have for basic button behaviors. - Removed all nearby anchor points.
- Deleted the strip and recreated it from scratch.
- Deleted both overlaying strips with columns that were placed on top of the strip I wished to fade!
Based on all of this, I’ve deduced there’s a possibility that Wix did an update and created a bug. I’m writing this to see if that hypothesis is correct or not. Are others having the same problem with scrolling effects that suddenly don’t work?