Difference between revisions of "Team:Mingdao/DM test"

Line 83: Line 83:
 
.fade {
 
.fade {
 
   -webkit-animation-name: fade;
 
   -webkit-animation-name: fade;
   -webkit-animation-duration: 1.5s;
+
   -webkit-animation-duration: 5s;
 
   animation-name: fade;
 
   animation-name: fade;
   animation-duration: 1.5s;
+
   animation-duration: 5s;
 
}
 
}
  
Line 191: Line 191:
 
     slides[slideIndex-1].style.display = "block";   
 
     slides[slideIndex-1].style.display = "block";   
 
     dots[slideIndex-1].className += " active";
 
     dots[slideIndex-1].className += " active";
     setTimeout(showSlides, 10000); // Change image every 5 seconds
+
     setTimeout(showSlides, 5000); // Change image every 5 seconds
 
}
 
}
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 05:35, 12 October 2018

1 / 4
2 / 4
3 / 4
4 / 4