Browse Source

fix(timeline): #2598 Flickering onUpdateTimeTooltip (#2702)

* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Add .travis.yml file
* Add experiment travis code
* Fix react example
* Add animation to onUpdateTooltip
revert-2705-dynamic-rollingMode-option
yotamberk 7 years ago
committed by Alexander Wunschik
parent
commit
93d6d332bb
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      lib/timeline/component/css/item.css

+ 4
- 0
lib/timeline/component/css/item.css View File

@ -103,6 +103,10 @@
white-space: nowrap;
padding: 5px;
border-radius: 1px;
transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
}
.vis-item .vis-delete, .vis-item .vis-delete-rtl {

Loading…
Cancel
Save