Line 83: | Line 83: | ||
.fade { | .fade { | ||
-webkit-animation-name: fade; | -webkit-animation-name: fade; | ||
− | -webkit-animation-duration: | + | -webkit-animation-duration: 5s; |
animation-name: fade; | animation-name: fade; | ||
− | animation-duration: | + | 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, | + | setTimeout(showSlides, 5000); // Change image every 5 seconds |
} | } | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 05:35, 12 October 2018