File: keyframes.complex.css

package info (click to toggle)
node-css-parse 1.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 392 kB
  • ctags: 27
  • sloc: makefile: 14
file content (8 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
@keyframes foo {
  0% { top: 0; left: 0 }
  30.50% { top: 50px }
  .68% ,
  72%
      , 85% { left: 50px }
  100% { top: 100px; left: 100% }
}