blob: c7b23efe475c191e8dbe5adb8af193823cb03497 [file] [edit]
a {
animation-delay: initial;
}
b {
animation-delay: inherit;
}
c {
animation-delay: unset;
}
d {
animation-delay: 0;
}
e {
animation-delay: 5ms;
}
f {
animation-delay: 5ms, 6s;
}