diff --git a/src/timeline/component/css/animation.css b/src/timeline/component/css/animation.css index ce41fbf5..ea2b20f9 100644 --- a/src/timeline/component/css/animation.css +++ b/src/timeline/component/css/animation.css @@ -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; }