Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 1,017: Line 1,017:
 
}
 
}
 
#bodyContent .slide{
 
#bodyContent .slide{
  transition: visibility 0s, opacity 0.5s linear;
+
    transition: opacity 2s linear;
 
}
 
}
  
Line 1,062: Line 1,062:
 
}
 
}
  
 +
#bodyContent .bounce{
 +
  animation: colorchange 0.3s;
 +
  animation-iteration-count:infinite;
 +
}
 +
 +
@keyframes colorchange {
 +
  from{background:#1abc9c}
 +
  to{background:#f1c40f}
 +
}
  
  

Revision as of 17:08, 30 October 2017