<script>
var whichone = "people";
$(".stretcharrowright").click(function(){
if(whichone == "people"){
$(".informationtext1").toggleClass("information1textanimated");
var whichone = "tree";
} else if(whichone == "tree"){
$(".informationtext2").toggleClass("information2textanimated");
var whichone = "history";
} else if(whichone == "history"){
$(".informationtext3").toggleClass("information3textanimated");
var whichone = "map";
} else if(whichone == "map"){
$(".informationtext4").toggleClass("information4textanimated");
var whichone = "people";
}
});
</script>
برچسب:
نویسنده: آیلین رضوانی