summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/animation-duration.css
blob: c4a0b7a291ac00b870e7db525c37cca2164b9b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
a {
  animation-duration: initial;
}

b {
  animation-duration: inherit;
}

c {
  animation-duration: unset;
}

d {
  animation-duration: 0s;
}

e {
  animation-duration: 5ms;
}

f {
  animation-duration: 5ms, 6s;
}