Im trying to delay an animation once the page is loaded but the delay isnt taking place, what could be the issue?
$( document ).ready(function() {
$(".hero-unit").delay(1000).removeClass("hidden").addClass("pt-page-fade-in");
});
Im trying to delay an animation once the page is loaded but the delay isnt taking place, what could be the issue?
$( document ).ready(function() {
$(".hero-unit").delay(1000).removeClass("hidden").addClass("pt-page-fade-in");
});