Browse Source

Small update in animation.css

css_transitions
jos 10 years ago
parent
commit
e41fdf45bc
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/timeline/component/css/animation.css

+ 2
- 1
src/timeline/component/css/animation.css View File

@ -14,7 +14,8 @@
transition: top .4s ease-in-out;
}
.vis.timeline .group {
.vis.timeline .group,
.vis.timeline .labelset .vlabel {
-webkit-transition: height .4s ease-in-out;
transition: height .4s ease-in-out;
}

Loading…
Cancel
Save