I’m attempting to hide an animated vector element after 2 seconds with a fade out, but the page just keeps displaying normally (without the delayed hide).
The line between 7 CONTINENTS ---- 195 COUNTRIES is the element I’m trying to hide after 2 seconds.
The line currently has a standard animation set up: reveal from top, duration .6 seconds, delay .4 seconds. (The problem is with hiding it 1 second after it completes it initial animation.)
The line’s ID is #arrowone.
Here is my code: (also shown on attached screenshot)
If anyone else runs into this same task, it will also be good to know that I also learned I was using an incorrect effect name. “fadeout” needed to be “fade”. So, final code that worked was: