Learning_GTK4_tree/testsuite/css/parser/animation-duration.css

24 lines
216 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
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;
}