Hey all, noobie here. I’ve spend the past 4 hours trying to do a very simple delayed fade in animation on a Pro Gallery, when that failed I tried it simply on a box and that works half the time. I scowered these forums for everything related and got little help. After while, I’ve gotten this to work SOMETIMES but only with a box, not the gallery.
I would settle for even just fading out a white color box over the top of the gallery, it’s just ridiculous to me how finicky the editor is. I’d love to know if I’m doing something wrong or if you anyone has any advice.
$w.onReady(function () {
$w("#gallery").show('fade', fadeOptions)
});
let fadeOptions = {
"duration": 2000,
"delay": 1000
};