Safari bug ? Translating table-row-group using GSAP make caption jump to bottom
问题 We are animating a calendar using GSAP. The calendar is draw using css table, row and caption... We wanted to animated some part of this table. But better than words here is a codepen to open on safari: https://codepen.io/anon/pen/rmrJRy var body = document.getElementById('body') TweenMax.to(body, 1, {x: 400}); .table { display: table; width: 500px; } .header-group { display: table-header-group; } .body { display: table-row-group; } .caption { display: table-caption; } .cell { display: table