Tip: Click lines to highlight, hold ctrl/cmd to multi-select

http://codedumper.com/oxace (28-Sep @ 04:06)

Syntax Highlighted Code

  1. @-webkit-keyframes animation1
  2. {
  3.     0%
  4.     {
  5.     left:495px;
  6.     }
  7.    
  8.     20%
  9.     {
  10.     left:455px;
  11.     top: 140px;
  12.     }
  13.    
  14.    
  15.     40%
  16.     {
  17.     left:415px;
  18.     top: 100px;
  19.     }
  20.    
  21.    
  22.     60%
  23.     {
  24.     left:455px;
  25.     top: 150px;
  26.     }
  27.    
  28.    
  29.     80%
  30.     {
  31.     left:495px;
  32.     top: 160px;
  33.     }
  34.    
  35.    
  36.     100%
  37.     {
  38.     left:500px;
  39.     }
  40. }
  41.  
  42. @-webkit-keyframes animation2
  43. {
  44.     0%
  45.     {
  46.     left:706px;    495
  47.     }
  48.    
  49.     20%
  50.     {
  51.     left:746px;
  52.     top: 140px;
  53.     }
  54.    
  55.    
  56.     40%
  57.     {
  58.     left: 786px;
  59.     top: 100px;
  60.     }
  61.    
  62.    
  63.     60%
  64.     {
  65.     left: 746px;
  66.     top: 150px;
  67.     }
  68.    
  69.    
  70.     80%
  71.     {
  72.     left: 706px;
  73.     top: 160px;
  74.     }
  75.    
  76.    
  77.     100%
  78.     {
  79.     left: 701px;
  80.     }
  81. }

Plain Code

@-webkit-keyframes animation1
{
    0%
    {
    left:495px;
    }
    
    20%
    {
    left:455px;
    top: 140px;
    }
    
    
    40%
    {
    left:415px;
    top: 100px;
    }
    
    
    60%
    {
    left:455px;
    top: 150px;
    }
    
    
    80%
    {
    left:495px;
    top: 160px;
    }
    
    
    100%
    {
    left:500px;
    }
}

@-webkit-keyframes animation2
{
    0%
    {
    left:706px;    495
    }
    
    20%
    {
    left:746px;
    top: 140px;
    }
    
    
    40%
    {
    left: 786px;
    top: 100px;
    }
    
    
    60%
    {
    left: 746px;
    top: 150px;
    }
    
    
    80%
    {
    left: 706px;
    top: 160px;
    }
    
    
    100%
    {
    left: 701px;
    }
}

Permalink: http://codedumper.com/oxace