Created
          March 13, 2013 09:47 
        
      - 
      
- 
        Save leechy/5150637 to your computer and use it in GitHub Desktop. 
    animation-delay games
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* animation-delay games */ | |
| @-moz-keyframes delay { | |
| from { transform: rotate(90deg); } | |
| to { transform: rotate(270deg); } | |
| } | |
| body { | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| } | |
| div { | |
| position: absolute; | |
| width: 50px; | |
| height: 50px; | |
| background-color: blue; | |
| animation: 2s linear -0.6s infinite delay; | |
| animation-play-state: paused; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div></div> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // alert('Hello world!'); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment