animation animation animation animation animation animation animation animation animation

Congratulations! You have completed the section, Credit Cards Pros and Cons. You should be able to identify the pros and cons of having credit.

function AnimatePNG(){ var delay_timer = 200; var intZ = setInterval(function () { count = $("img.animate-png").length; if (count>1) { $("img.animate-png")[0].remove(); $("img.animate-png").first().removeClass("hidden"); } else{ clearInterval(intZ); } },delay_timer); } $(".animate-png-last").load(function(){ AnimatePNG(); });