File: keyframes.min.css

package info (click to toggle)
python-lesscpy 0.13.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,436 kB
  • sloc: python: 3,572; sh: 20; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
@-webkit-keyframes progress-bar-stripes{from{background-position:0 0;}
to{background-position:40px 0;}}
@-moz-keyframes progress-bar-stripes{from{background-position:0 0;}
to{background-position:40px 0;}}
@keyframes progress-bar-stripes{from{background-position:0 0;}
to{background-position:40px 0;}}
@keyframes using-percentages{0%{top:0;}
50%{top:1px;}
100%{top:2px;}}
@keyframes mixed-in{from{left:0;}
50%{left:1px;}
to{left:2px;}}