UNPKG

689 BCSSView Raw
1.vis-timeline {
2 /*
3 -webkit-transition: height .4s ease-in-out;
4 transition: height .4s ease-in-out;
5 */
6}
7
8.vis-panel {
9 /*
10 -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
11 transition: height .4s ease-in-out, top .4s ease-in-out;
12 */
13}
14
15.vis-axis {
16 /*
17 -webkit-transition: top .4s ease-in-out;
18 transition: top .4s ease-in-out;
19 */
20}
21
22/* TODO: get animation working nicely
23
24.vis-item {
25 -webkit-transition: top .4s ease-in-out;
26 transition: top .4s ease-in-out;
27}
28
29.vis-item.line {
30 -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
31 transition: height .4s ease-in-out, top .4s ease-in-out;
32}
33/**/
\No newline at end of file