|
|
@ -1,24 +1,25 @@ |
|
|
|
/* TODO: get animation working nicely |
|
|
|
.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; |
|
|
|
*/ |
|
|
|
} |
|
|
|
|
|
|
|
.vis.timeline .group, |
|
|
|
.vis.timeline .labelset .vlabel { |
|
|
|
-webkit-transition: height .4s ease-in-out; |
|
|
|
transition: height .4s ease-in-out; |
|
|
|
} |
|
|
|
/* TODO: get animation working nicely |
|
|
|
|
|
|
|
.vis.timeline .item { |
|
|
|
-webkit-transition: top .4s ease-in-out; |
|
|
|