CSS animation callback
$("#sun").bind('oanimationend animationend webkitAnimationEnd', function() { alert("fin") });