Difference between revisions of "Template:UIUC Illinois STYLE"

Line 1: Line 1:
@keyframes bounceIn {
+
<html>
 +
      <style> 
 +
    @keyframes bounceIn {
 
   from, 20%, 40%, 60%, 80%, to {
 
   from, 20%, 40%, 60%, 80%, to {
 
     animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 
     animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
Line 35: Line 37:
 
   animation-name: bounceIn;
 
   animation-name: bounceIn;
 
}
 
}
 +
 +
  </style>
 +
</html>

Revision as of 03:09, 28 June 2017