mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
12 lines
237 B
CSS
12 lines
237 B
CSS
.test\:-300ms,
|
|
.test-200ms {
|
|
transition: box-shadow 200ms ease-out;
|
|
transition-duration: 10s, 30s, 230MS;
|
|
foo: 100.50ms;
|
|
bar: +1500ms;
|
|
baz: -350ms;
|
|
}
|
|
.foo {
|
|
transition-duration: 500mS;
|
|
animation-delay: 50ms;
|
|
} |