vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

@-webkit-keyframes #129

Closed FagnerMartinsBrack closed 11 years ago

FagnerMartinsBrack commented 11 years ago

The following issues an error:

@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

http://css-tricks.com/snippets/css/keyframe-animation-syntax/

FagnerMartinsBrack commented 11 years ago

Closing as dupe of https://github.com/vtst/ow/issues/53