Hello, I am building my new site, it did a few elements with “fold” effect of show() function. Till today all the elements works nice, but today no one of elements that have a “fold” effect not works as expected. Other effects are working without any problem. Is there any changes with “fold” effect?
it something that happens today… yesterday all works ok… i didnt change any code at my site, i tried this code on new template and it didnt work to… somebody can help plz?
$w.onReady(function () {
let foldOptions = {
"duration": 2000,
"delay": 1000,
"direction": "right"
};
$w("#myElement").show("fold", foldOptions);
});