Difference between revisions of "Template:TokyoTech/css/main"

Line 270: Line 270:
  
 
.photo-show img {  
 
.photo-show img {  
     animation: show 16s infinite;
+
     animation: show 100s infinite;
     -webkit-animation: show 16s infinite;
+
     -webkit-animation: show 100s infinite;
 
     border-radius: 50%;
 
     border-radius: 50%;
 
     height: auto;
 
     height: auto;
Line 309: Line 309:
 
.photo-show img:nth-of-type(3) {
 
.photo-show img:nth-of-type(3) {
 
     animation-delay: 100s;
 
     animation-delay: 100s;
     -webkit-animation-delay: 4s;
+
     -webkit-animation-delay: 100s;
 
}
 
}
  

Revision as of 17:45, 31 October 2017