Here's a [codepen](https://codepen.io/n-riesco/pen/GWxPjq) that illustrates the issue. I expected that: ```js Plotly.animate(gd, { traces: [0], data: [{ "marker.opacity": null }] }, { transition: { easing:"cubic-in-out", duration: 500 } }); ``` would unset `gd.data[0].marker.opacity.