Adding a Fade In Animation to Element

I’ve spent two days combing through vids, example code, and forums trying to figure this out on my own to no avail.

I have added the Archive element to my Wix blog but it does not offer an Animation icon. So I am trying to code it on my own to fade up on the page after a set amount of seconds. I’m an utter newbie on Corvid. How do I do this?

Thanks in advance.

What do you mean by "Archive element? If this is a Blog element, y ou should go to the blog community forum and discuss your issue there.

If this isssue is code related, you need to provide more information here so we can help. What code are you using?

This is the new Archive element.


When added to a blog it creates a clickable menu of posts by month as you can see above.

A lot of Wix elements have an animation icon in which you can set a Fade In animation easily, but the Archive element does not. So I’ve been trying to figure out how to add code that would fade in the Archive element.

I found example code on the Corvid Reference site, but just cutting and pasting the code into the code panel does not do it, and after viewing a few tutorials I still haven’t a clue as to what I’m doing wrong.

From Corvid Reference:

let fadeOptions = {
“duration”: 2000,
“delay”: 1000
};

$w(“#myElement”).show(“fade”, fadeOptions);

Archive is a blog element but to fade it in is a coding solution.

The Blog Archive element is not exposed to Corvid. You will need to refer to the Blog Archive documentation . For more information, either turn to the blog community forum , or reach out to Wix Customer Care .