Changes

Jump to navigation Jump to search
126 bytes added ,  17:47, 9 September 2021
no edit summary
Line 799: Line 799:     
.cycle1{
 
.cycle1{
 +
  color: #efefef;
 
   animation-name: transition1;
 
   animation-name: transition1;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
 
.cycle2{
 
.cycle2{
 +
  color: #d9d9d9;
 
   animation-name: transition2;
 
   animation-name: transition2;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
 
.cycle3{
 
.cycle3{
 +
  color: #cccccc;
 
   animation-name: transition3;
 
   animation-name: transition3;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
 
.cycle4{
 
.cycle4{
 +
  color: #b7b7b7;
 
   animation-name: transition4;
 
   animation-name: transition4;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
 
.cycle5{
 
.cycle5{
 +
  color: #999999;
 
   animation-name: transition5;
 
   animation-name: transition5;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
 
.cycle6{
 
.cycle6{
 +
  color: #666666;
 
   animation-name: transition6;
 
   animation-name: transition6;
   animation-duration: 2s;
+
   animation-duration: 5s;
   animation-delay: 2s;
+
   animation-delay: 0s;
    
}
 
}
 
.cycle7{
 
.cycle7{
 +
  color: #333333;
 
   animation-name: transition7;
 
   animation-name: transition7;
   animation-duration: 2s;
+
   animation-duration: 8s;
   animation-delay: 2s;
+
   animation-delay: 0s;
 
}
 
}
 
.cycle8{
 
.cycle8{
 
         color: black;
 
         color: black;
 
}
 
}

Navigation menu