I'm currently working on a jQuery statement where I want to activate pointer events once the button animation is finished. However, I'm unsure how to incorporate an ended
or complete
function. Any suggestions on how to approach this?
$('#certButton').delay(5500).animate({ 'opacity': [ 1, "linear" ]}, 500);