I have this dynamic code
dynamicBg.src = Dynamic_Content.Image_URL.Url; headline1.innerHTML = Dynamic_Content.Headline; headline2.innerHTML = Dynamic_Content.Headline2; headline3.innerHTML = Dynamic_Content.Headline3; fullHeadline.innerHTML = Dynamic_Content.fullHeadline; cta_1.innerHTML = Dynamic_Content.CTA;
So animation starts and image appears later.
Any ideas how to check if the image is loaded and then animate?
thanx!
I tried with a timer but i want to catch the event exactly
Matias Clavell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.