Difference between revisions of "Template:Template Wellesley TheTech"

Line 29: Line 29:
 
.css-slideshow figure{
 
.css-slideshow figure{
 
   opacity:0;
 
   opacity:0;
 +
}
 +
 +
figure:nth-child(1) {
 +
  animation: xfade 48s 42s infinite;
 +
}
 +
figure:nth-child(2) {
 +
  animation: xfade 48s 36s infinite;
 +
}
 +
figure:nth-child(3) {
 +
  animation: xfade 48s 30s infinite;
 +
}
 +
figure:nth-child(4) {
 +
  animation: xfade 48s 24s infinite;
 +
}
 +
figure:nth-child(5) {
 +
  animation: xfade 48s 18s infinite;
 +
}
 +
figure:nth-child(6) {
 +
  animation: xfade 48s 12s infinite;
 +
}
 +
figure:nth-child(7) {
 +
  animation: xfade 48s 6s infinite;
 +
}
 +
figure:nth-child(8) {
 +
  animation: xfade 48s 0s infinite;
 +
}
 +
 +
@keyframes xfade{
 +
  0%{
 +
    opacity: 1;
 +
  }
 +
  10.5% {
 +
    opacity: 1;
 +
  }
 +
  12.5%{
 +
    opacity: 0;
 +
  }
 +
  98% {
 +
    opacity: 0;
 +
  }
 +
  100% {
 +
    opacity: 1;
 +
  }
 
}
 
}
 
 

Revision as of 02:38, 19 September 2015