vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
737 B

  1. .vis.timeline.root {
  2. /*
  3. -webkit-transition: height .4s ease-in-out;
  4. transition: height .4s ease-in-out;
  5. */
  6. }
  7. .vis.timeline .vispanel {
  8. /*
  9. -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  10. transition: height .4s ease-in-out, top .4s ease-in-out;
  11. */
  12. }
  13. .vis.timeline .axis {
  14. /*
  15. -webkit-transition: top .4s ease-in-out;
  16. transition: top .4s ease-in-out;
  17. */
  18. }
  19. /* TODO: get animation working nicely
  20. .vis.timeline .item {
  21. -webkit-transition: top .4s ease-in-out;
  22. transition: top .4s ease-in-out;
  23. }
  24. .vis.timeline .item.line {
  25. -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  26. transition: height .4s ease-in-out, top .4s ease-in-out;
  27. }
  28. /**/