Difference between revisions of "Template:Northwestern Page Head"

Line 134: Line 134:
 
animation-name: example;
 
animation-name: example;
 
     animation-duration: 15s;
 
     animation-duration: 15s;
    animation-timing-function: linear;
 
 
     animation-delay: 2s;
 
     animation-delay: 2s;
 
     animation-iteration-count: infinite;
 
     animation-iteration-count: infinite;
Line 168: Line 167:
  
 
position: relative;
 
position: relative;
animation-name: example;
+
animation-name: team;
 
     animation-duration: 20s;
 
     animation-duration: 20s;
    animation-timing-function: linear;
 
 
     animation-delay: 2s;
 
     animation-delay: 2s;
 
     animation-iteration-count: infinite;
 
     animation-iteration-count: infinite;
 
     animation-direction: alternate;
 
     animation-direction: alternate;
 
}
 
}
@keyframes example {
+
@keyframes team {
 
     0%  {left:0%; top:20%;}
 
     0%  {left:0%; top:20%;}
 
     25%  {left:5%; top:20%;}
 
     25%  {left:5%; top:20%;}
Line 187: Line 185:
  
 
position: relative;
 
position: relative;
animation-name: example;
+
animation-name: parts;
 
     animation-duration: 25s;
 
     animation-duration: 25s;
    animation-timing-function: linear;
 
 
     animation-delay: 2s;
 
     animation-delay: 2s;
 
     animation-iteration-count: infinite;
 
     animation-iteration-count: infinite;
 
     animation-direction: alternate;
 
     animation-direction: alternate;
 
}
 
}
@keyframes example {
+
@keyframes parts {
 
     0%  {left:0%; top:50%;}
 
     0%  {left:0%; top:50%;}
 
     25%  {left:5%; top:50%;}
 
     25%  {left:5%; top:50%;}

Revision as of 16:43, 20 July 2017

Northwestern Template