I was captivated by the captivating text animation effect on thumbnail hover in this demonstration , but unfortunately, I am unable to comprehend how it functions.
I've dedicated around 4 hours searching through Google for a solution. I attempted merging 'lettering.js' with the jQuery code below but to no avail:
$('.IconAnimate i').each(function(i) {
$(this).css('opacity', 0);
$(this).delay(1000 * i).animate({
'opacity': 1.0
}, 450);
});
Is there a way for me to achieve the bold-zooonscale-wave-ish effect seen on the demo page?