UNPKG

vis-timeline

Version:

Create a fully customizable, interactive timeline with items and ranges.

33 lines (28 loc) 689 B
.vis-timeline { /* -webkit-transition: height .4s ease-in-out; transition: height .4s ease-in-out; */ } .vis-panel { /* -webkit-transition: height .4s ease-in-out, top .4s ease-in-out; transition: height .4s ease-in-out, top .4s ease-in-out; */ } .vis-axis { /* -webkit-transition: top .4s ease-in-out; transition: top .4s ease-in-out; */ } /* TODO: get animation working nicely .vis-item { -webkit-transition: top .4s ease-in-out; transition: top .4s ease-in-out; } .vis-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; } /**/