$(document).ready(function(){
    $(".QuestionAnswer .active").animate({backgroundColor: "#fff" },3000);
});
