Closed Kcium closed 1 month ago
When using an HTML renderer, the lack of empty node filtering can lead to animation rendering anomalies where used empty nodes cannot find adjacent nodes when inserted into the DOM view, resulting in layer misalignment.
https://github.com/airbnb/lottie-web/blob/0d658b34c40d4e81eafdccbf698815346454a899/player/js/renderers/HybridRendererBase.js#L211
When using an HTML renderer, the lack of empty node filtering can lead to animation rendering anomalies where used empty nodes cannot find adjacent nodes when inserted into the DOM view, resulting in layer misalignment.