.vis.timeline.root {
|
|
/*
|
|
-webkit-transition: height .4s ease-in-out;
|
|
transition: height .4s ease-in-out;
|
|
*/
|
|
}
|
|
|
|
.vis.timeline .vispanel {
|
|
/*
|
|
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
|
transition: height .4s ease-in-out, top .4s ease-in-out;
|
|
*/
|
|
}
|
|
|
|
.vis.timeline .axis {
|
|
/*
|
|
-webkit-transition: top .4s ease-in-out;
|
|
transition: top .4s ease-in-out;
|
|
*/
|
|
}
|
|
|
|
/* TODO: get animation working nicely
|
|
|
|
.vis.timeline .item {
|
|
-webkit-transition: top .4s ease-in-out;
|
|
transition: top .4s ease-in-out;
|
|
}
|
|
|
|
.vis.timeline .item.line {
|
|
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
|
transition: height .4s ease-in-out, top .4s ease-in-out;
|
|
}
|
|
/**/
|