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